diff options
-rw-r--r-- | chrome/browser/resources/options/autofill_options.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/resources/options/autofill_options.html b/chrome/browser/resources/options/autofill_options.html index 50d2dca..bfe45e4 100644 --- a/chrome/browser/resources/options/autofill_options.html +++ b/chrome/browser/resources/options/autofill_options.html @@ -1,6 +1,6 @@ <div id="autofill-options" class="page hidden"> <h1 i18n-content="autoFillOptionsTitle"></h1> -<if expr="pp_ifdef('darwin')"> +<if expr="os == 'darwin'"> <label class="checkbox"> <input pref="autofill.auxiliary_profiles_enabled" type="checkbox"> <span i18n-content="auxiliaryProfilesEnabled"></span> |