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

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

Issue 14103021: Use Observer to notify of WebDB load instead of callbacks (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix WIN builds Created 7 years, 8 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/browser/webdata/autofill_webdata_service_observer.h
diff --git a/components/autofill/browser/webdata/autofill_webdata_service_observer.h b/components/autofill/browser/webdata/autofill_webdata_service_observer.h
index efc3ee50202dcde34a062c021106b6ade4dbbfc5..f57e326df927eb706368358f9504fad838892bf2 100644
--- a/components/autofill/browser/webdata/autofill_webdata_service_observer.h
+++ b/components/autofill/browser/webdata/autofill_webdata_service_observer.h
@@ -24,10 +24,6 @@ class AutofillWebDataServiceObserverOnDBThread {
class AutofillWebDataServiceObserverOnUIThread {
public:
- // Called on UI thread whenever the web database service has finished loading
- // the web database.
- virtual void WebDatabaseLoaded() {}
-
// Called on UI thread when multiple Autofill entries have been modified by
// Sync.
virtual void AutofillMultipleChanged() {}

Powered by Google App Engine
This is Rietveld 408576698