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..a1899443d25ce6e92d7fa09dca63dd73358c51af 100644 |
--- a/components/autofill/core/browser/autofill_manager.h |
+++ b/components/autofill/core/browser/autofill_manager.h |
@@ -99,6 +99,9 @@ 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(); |
#endif // defined(OS_MACOSX) && !defined(OS_IOS) |
// Called from our external delegate so they cannot be private. |