Chromium Code Reviews| Index: chrome/browser/ui/webui/options/autofill_options_handler.h |
| diff --git a/chrome/browser/ui/webui/options/autofill_options_handler.h b/chrome/browser/ui/webui/options/autofill_options_handler.h |
| index a98a98639e47456a3d5fba039d179f14d9f44a3e..0a95801cf944e6a4999b2245fc06522db4a460c3 100644 |
| --- a/chrome/browser/ui/webui/options/autofill_options_handler.h |
| +++ b/chrome/browser/ui/webui/options/autofill_options_handler.h |
| @@ -46,6 +46,11 @@ class AutofillOptionsHandler : public OptionsPageUIHandler, |
| // Loads Autofill addresses and credit cards using the PersonalDataManager. |
| void LoadAutofillData(); |
| +#if defined(OS_MACOSX) |
| + // The user wants to grant Chrome access to the user's Address Book. |
|
Ilya Sherman
2014/05/30 23:39:48
Please also mention in this comment that we will i
erikchen
2014/06/02 21:21:17
Done.
|
| + void AccessAddressBook(const base::ListValue* args); |
| +#endif |
| + |
| // Removes data from the PersonalDataManager. |
| // |args| - A string, the GUID of the address or credit card to remove. |
| void RemoveData(const base::ListValue* args); |