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 c913506b341c460db6f7e48b3af5be01a53fb67c..fb62152e3ea81c38fd855670f5f22337b3c5570c 100644 |
--- a/components/autofill/core/browser/personal_data_manager.h |
+++ b/components/autofill/core/browser/personal_data_manager.h |
@@ -157,6 +157,9 @@ class PersonalDataManager : public KeyedService, |
// Sets a server credit card for test. |
void AddServerCreditCardForTest(std::unique_ptr<CreditCard> credit_card); |
+ // Notifies observers that personal data has changed for tests. |
please use gerrit instead
2016/07/07 13:59:36
// Notifies test observers that personal data has
sebsg
2016/07/08 07:54:52
Done.
|
+ void NotifyPersonalDataChangedForTests(); |
+ |
// Returns the credit card with the specified |guid|, or NULL if there is |
// no credit card with the specified |guid|. |
CreditCard* GetCreditCardByGUID(const std::string& guid); |