Chromium Code Reviews| Index: components/autofill/core/common/autofill_pref_names.cc |
| diff --git a/components/autofill/core/common/autofill_pref_names.cc b/components/autofill/core/common/autofill_pref_names.cc |
| index 622783c0540c3e9478f3d90a8f125a4960a22f7e..b03fdb0be2a055763491c510b170277aaa198427 100644 |
| --- a/components/autofill/core/common/autofill_pref_names.cc |
| +++ b/components/autofill/core/common/autofill_pref_names.cc |
| @@ -12,6 +12,12 @@ namespace prefs { |
| const char kAutofillAuxiliaryProfilesEnabled[] = |
| "autofill.auxiliary_profiles_enabled"; |
| +// Boolean that is true when at least one read request for auxiliary Autofill |
| +// profiles has been issued. Currently applies only to auxiliar profiles on |
|
pink (ping after 24hrs)
2014/03/27 18:36:28
auxiliary?
Ilya Sherman
2014/03/27 19:09:07
Done.
|
| +// Mac. |
| +const char kAutofillAuxiliaryProfilesQueried[] = |
| + "autofill.auxiliary_profiles_queried"; |
| + |
| // Boolean that is true if Autofill is enabled and allowed to save profile data. |
| const char kAutofillEnabled[] = "autofill.enabled"; |