aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome_browser_resources_settings_route.js
blob: bbd253a01b81cf7acfb77695140a959fa795f221 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/browser/resources/settings/route.js.orig	2021-07-19 18:45:09 UTC
+++ chrome/browser/resources/settings/route.js
@@ -184,7 +184,7 @@ function createBrowserSettingsRoutes() {
 
     r.ACCESSIBILITY = r.ADVANCED.createSection('/accessibility', 'a11y');
 
-    // <if expr="chromeos or is_linux">
+    // <if expr="chromeos or is_posix">
     r.CAPTIONS = r.ACCESSIBILITY.createChild('/captions');
     // </if>