Index: chrome/browser/resources/options/autofill_options.html |
=================================================================== |
--- chrome/browser/resources/options/autofill_options.html (revision 72078) |
+++ chrome/browser/resources/options/autofill_options.html (working copy) |
@@ -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> |