Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6712)

Unified Diff: chrome/browser/resources/options/autofill_options.html

Issue 6278012: dom-ui settings: Show Mac address book checkbox.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698