| Index: components/autofill/core/browser/autofill_manager.h
|
| diff --git a/components/autofill/core/browser/autofill_manager.h b/components/autofill/core/browser/autofill_manager.h
|
| index fafbbda4fce2fa2563187de228ac90ccd07725ed..9aaa04f9aa17186ff4e7896b3bdcedb005f1e3ec 100644
|
| --- a/components/autofill/core/browser/autofill_manager.h
|
| +++ b/components/autofill/core/browser/autofill_manager.h
|
| @@ -99,6 +99,12 @@ class AutofillManager : public AutofillDownloadManager::Observer {
|
| // this method has no effect. The return value reflects whether the user was
|
| // prompted with a modal dialog.
|
| bool AccessAddressBook();
|
| +
|
| + // The access Address Book prompt was shown for a form.
|
| + void ShowedAccessAddressBookPrompt();
|
| +
|
| + // The number of times that the access address book prompt was shown.
|
| + int AccessAddressBookPromptCount();
|
| #endif // defined(OS_MACOSX) && !defined(OS_IOS)
|
|
|
| // Called from our external delegate so they cannot be private.
|
|
|