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: |