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

Unified Diff: components/autofill/browser/webdata/autofill_webdata_service.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.h
diff --git a/components/autofill/browser/webdata/autofill_webdata_service.h b/components/autofill/browser/webdata/autofill_webdata_service.h
index 8cebaaa7064c3b43365b97ab2732c4c4a9a01c81..07cb25a82ea5dd5761479563299d068cae1fa4b8 100644
--- a/components/autofill/browser/webdata/autofill_webdata_service.h
+++ b/components/autofill/browser/webdata/autofill_webdata_service.h
@@ -88,9 +88,6 @@ class AutofillWebDataService : public AutofillWebData,
protected:
virtual ~AutofillWebDataService();
- // WebDataServiceBase overrides:
- virtual void NotifyDatabaseLoadedOnUIThread() OVERRIDE;
-
private:
WebDatabase::State AddFormElementsImpl(
const std::vector<FormFieldData>& fields, WebDatabase* db);
« no previous file with comments | « chrome/browser/webdata/web_data_service_factory.cc ('k') | components/autofill/browser/webdata/autofill_webdata_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698