Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(109)

Unified Diff: components/autofill/core/browser/personal_data_manager.h

Issue 339053003: patched from issue 334653006, modified (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | components/autofill/core/browser/personal_data_manager_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/core/browser/personal_data_manager.h
diff --git a/components/autofill/core/browser/personal_data_manager.h b/components/autofill/core/browser/personal_data_manager.h
index e82e1a7b128f18e8279fbe8bd98db2c75a4eb3ee..ad1969a94f78c6477b2d4ae066e3129191768eb8 100644
--- a/components/autofill/core/browser/personal_data_manager.h
+++ b/components/autofill/core/browser/personal_data_manager.h
@@ -210,6 +210,11 @@ class PersonalDataManager : public KeyedService,
// Whether an autofill suggestion should be displayed to prompt the user to
// grant Chrome access to the user's address book.
bool ShouldShowAccessAddressBookSuggestion(AutofillType type);
+
+ // The Chrome binary is in the process of being changed, or has been changed.
+ // Future attempts to access the Address Book might incorrectly present a
+ // blocking dialog.
+ void BinaryChanging();
#endif // defined(OS_MACOSX) && !defined(OS_IOS)
protected:
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | components/autofill/core/browser/personal_data_manager_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698