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

Unified Diff: components/autofill/core/browser/webdata/autofill_webdata_service_observer.h

Issue 1110833002: [autofill] Sync server card and address metadata. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Class comment and one more expectation in test. Created 5 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/webdata/autofill_webdata_service_observer.h
diff --git a/components/autofill/core/browser/webdata/autofill_webdata_service_observer.h b/components/autofill/core/browser/webdata/autofill_webdata_service_observer.h
index f4333e58bc66942fae73284eab6a0d9acb550366..e8bf79ca8a98e2ed42805de5b2f4065aed0e1fdd 100644
--- a/components/autofill/core/browser/webdata/autofill_webdata_service_observer.h
+++ b/components/autofill/core/browser/webdata/autofill_webdata_service_observer.h
@@ -18,6 +18,14 @@ class AutofillWebDataServiceObserverOnDBThread {
// in the WebDatabase.
virtual void AutofillProfileChanged(const AutofillProfileChange& change) {}
+ // Called on DB thread when a CreditCard has been added/removed/updated in the
+ // WebDatabase.
+ virtual void CreditCardChanged(const CreditCardChange& change) {}
+
+ // Called on DB thread when multiple Autofill entries have been modified by
+ // Sync.
+ virtual void AutofillMultipleChanged() {}
+
protected:
virtual ~AutofillWebDataServiceObserverOnDBThread() {}
};
« no previous file with comments | « components/autofill/core/browser/webdata/autofill_webdata_backend_impl.cc ('k') | components/components_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698