Commit 74c8613e authored by csilv@chromium.org's avatar csilv@chromium.org

dom-ui settings: Show Mac address book checkbox.

BUG=64800
TEST=Verify that the checkbox for the Mac address book appears in autofill options.
Review URL: http://codereview.chromium.org/6278012

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72089 0039d316-1c4b-4281-b951-d872f2087c98
parent 5fa3bfda
<div id="autofill-options" class="page hidden"> <div id="autofill-options" class="page hidden">
<h1 i18n-content="autoFillOptionsTitle"></h1> <h1 i18n-content="autoFillOptionsTitle"></h1>
<if expr="pp_ifdef('darwin')"> <if expr="os == 'darwin'">
<label class="checkbox"> <label class="checkbox">
<input pref="autofill.auxiliary_profiles_enabled" type="checkbox"> <input pref="autofill.auxiliary_profiles_enabled" type="checkbox">
<span i18n-content="auxiliaryProfilesEnabled"></span> <span i18n-content="auxiliaryProfilesEnabled"></span>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment