summaryrefslogtreecommitdiff
path: root/www/chromium/patches/patch-chrome_browser_resources_settings_route_ts
blob: 60b9613b0b9286c0f5ca76d508db04720c68b6a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Index: chrome/browser/resources/settings/route.ts
--- chrome/browser/resources/settings/route.ts.orig
+++ chrome/browser/resources/settings/route.ts
@@ -185,7 +185,7 @@ function createBrowserSettingsRoutes(): SettingsRoutes
 
     r.ACCESSIBILITY = r.ADVANCED.createSection('/accessibility', 'a11y');
 
-    // <if expr="is_linux">
+    // <if expr="is_posix">
     r.CAPTIONS = r.ACCESSIBILITY.createChild('/captions');
     // </if>