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

Unified Diff: content/public/browser/notification_service.h

Issue 8913009: Hide the process of instantiating NotificationServiceImpl from embedders. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years 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
« no previous file with comments | « content/browser/notification_service_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/notification_service.h
diff --git a/content/public/browser/notification_service.h b/content/public/browser/notification_service.h
index 006373bab79db3f363f5cdd4bbbb8ba708712a02..4a6c6c6e0c0691dafe3285deb85a53e015279483 100644
--- a/content/public/browser/notification_service.h
+++ b/content/public/browser/notification_service.h
@@ -22,6 +22,8 @@ class CONTENT_EXPORT NotificationService {
// none.
static NotificationService* current();
+ static NotificationService* Create();
+
virtual ~NotificationService() {}
// Synchronously posts a notification to all interested observers.
« no previous file with comments | « content/browser/notification_service_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698