aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome_browser_resources_settings_route.js
blob: e813d295079092fe7df9dbf990df6d9b5051e798 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/browser/resources/settings/route.js.orig	2021-06-11 09:29:55 UTC
+++ chrome/browser/resources/settings/route.js
@@ -183,7 +183,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>