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. |