mirror of
https://git.freebsd.org/ports.git
synced 2025-06-30 00:50:29 -04:00
11 lines
421 B
JavaScript
11 lines
421 B
JavaScript
--- chrome/browser/resources/settings/route.js.orig 2021-07-15 19:13:33 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>
|
|
|