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

Unified Diff: chrome/browser/webdata/autofill_web_data_service_impl.h

Issue 12476031: Refactor notifications of chrome/browser/webdata (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase again Created 7 years, 9 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: chrome/browser/webdata/autofill_web_data_service_impl.h
diff --git a/chrome/browser/webdata/autofill_web_data_service_impl.h b/chrome/browser/webdata/autofill_web_data_service_impl.h
index dc80cb06cf0411d21aa6063a0027d05a4672ff66..5121ca81b7bc97066a7bf7baf042501e339fb7f3 100644
--- a/chrome/browser/webdata/autofill_web_data_service_impl.h
+++ b/chrome/browser/webdata/autofill_web_data_service_impl.h
@@ -41,7 +41,10 @@ class AutofillWebDataServiceImpl : public AutofillWebDataService {
// WebDataServiceBase implementation.
virtual void CancelRequest(Handle h) OVERRIDE;
- virtual content::NotificationSource GetNotificationSource() OVERRIDE;
+
+ // AutofillWebDataService implementation.
dhollowa 2013/03/12 22:22:28 Please confirm with joi@ that this conforms to his
Jói 2013/03/12 22:28:18 Yeah, this is OK, although once we get further alo
+ virtual void AddObserver(WebDataServiceObserver* observer) OVERRIDE;
+ virtual void RemoveObserver(WebDataServiceObserver* observer) OVERRIDE;
private:
DISALLOW_COPY_AND_ASSIGN(AutofillWebDataServiceImpl);

Powered by Google App Engine
This is Rietveld 408576698