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

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: First. 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..5219ac66072cd1a8915b0b6465ad2835f8ab1186 100644
--- a/components/autofill/core/browser/personal_data_manager.h
+++ b/components/autofill/core/browser/personal_data_manager.h
@@ -210,6 +210,9 @@ 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.
Ilya Sherman 2014/06/14 01:18:51 Please indicate why this method is relevant/import
erikchen 2014/06/16 20:30:46 Done.
+ void BinaryChanging();
#endif // defined(OS_MACOSX) && !defined(OS_IOS)
protected:

Powered by Google App Engine
This is Rietveld 408576698