aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome_browser_resources_settings_appearance__page_appearance__browser__proxy.ts
blob: 503b3d11307aca11f93d0d4267bd0d95b7f8f017 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- chrome/browser/resources/settings/appearance_page/appearance_browser_proxy.ts.orig	2022-05-19 14:06:27 UTC
+++ chrome/browser/resources/settings/appearance_page/appearance_browser_proxy.ts
@@ -16,7 +16,7 @@ export interface AppearanceBrowserProxy {
 
   useDefaultTheme(): void;
 
-  // <if expr="is_linux and not chromeos_ash">
+  // <if expr="is_bsd and not chromeos_ash">
   useSystemTheme(): void;
   // </if>
 
@@ -44,7 +44,7 @@ export class AppearanceBrowserProxyImpl implements App
     chrome.send('useDefaultTheme');
   }
 
-  // <if expr="is_linux and not chromeos_ash">
+  // <if expr="is_bsd and not chromeos_ash">
   useSystemTheme() {
     chrome.send('useSystemTheme');
   }