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

Unified Diff: components/webdata/common/web_data_service_base.h

Issue 16124006: Remove dependency of WebData on notifications (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Create README file Created 7 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/webdata/common/web_data_service_base.h
diff --git a/components/webdata/common/web_data_service_base.h b/components/webdata/common/web_data_service_base.h
index 9e0867dd8fa0c8743c585ba9e10485516e108496..9af44d7beb0c499ecf310841c8f3d486f25e2455 100644
--- a/components/webdata/common/web_data_service_base.h
+++ b/components/webdata/common/web_data_service_base.h
@@ -12,7 +12,6 @@
#include "components/webdata/common/web_database_observer.h"
#include "components/webdata/common/webdata_export.h"
#include "content/public/browser/browser_thread.h"
-#include "content/public/browser/notification_source.h"
#include "sql/init_status.h"
class WebDatabase;
@@ -58,10 +57,6 @@ class WEBDATA_EXPORT WebDataServiceBase
// WebDataServiceConsumer is about to be deleted.
virtual void CancelRequest(Handle h);
- // Returns the notification source for this service. This may use a
- // pointer other than this object's |this| pointer.
- virtual content::NotificationSource GetNotificationSource();
-
// Shutdown the web data service. The service can no longer be used after this
// call.
virtual void ShutdownOnUIThread();

Powered by Google App Engine
This is Rietveld 408576698