| 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>
|
|
|