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

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

Issue 6314011: DOMUI: Add the 'Mac address book' checkbox pref to the Mac Autofill page. (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 | « chrome/browser/dom_ui/options/autofill_options_handler.cc ('k') | 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
diff --git a/chrome/browser/resources/options/autofill_options.html b/chrome/browser/resources/options/autofill_options.html
index 727c9ae76d9bf5308cdf76490d8657dd018ab506..50d2dcabd3da964b89b0f830ee5666d48ba546b3 100644
--- a/chrome/browser/resources/options/autofill_options.html
+++ b/chrome/browser/resources/options/autofill_options.html
@@ -1,5 +1,11 @@
<div id="autofill-options" class="page hidden">
<h1 i18n-content="autoFillOptionsTitle"></h1>
+<if expr="pp_ifdef('darwin')">
+ <label class="checkbox">
+ <input pref="autofill.auxiliary_profiles_enabled" type="checkbox">
+ <span i18n-content="auxiliaryProfilesEnabled"></span>
+ </label>
+</if>
<h3 i18n-content="autoFillAddresses"></h3>
<div class="settings-list">
<list id="address-list"></list>
« no previous file with comments | « chrome/browser/dom_ui/options/autofill_options_handler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698