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

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

Issue 334653006: mac: Prevent Address Book permissions dialog from erroneously appearing. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix test. 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
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:

Powered by Google App Engine
This is Rietveld 408576698