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

Unified Diff: chrome/browser/extensions/api/push_messaging/push_messaging_api.h

Issue 11366074: Coalesce event router Init calls into their constructors. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: aa Created 8 years, 1 month 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: chrome/browser/extensions/api/push_messaging/push_messaging_api.h
diff --git a/chrome/browser/extensions/api/push_messaging/push_messaging_api.h b/chrome/browser/extensions/api/push_messaging/push_messaging_api.h
index 99b4df9f80e44196d6ba00bcbf69facd7395ba24..dc9c7cb9426d879da4154e82b9f099dcbdead4e4 100644
--- a/chrome/browser/extensions/api/push_messaging/push_messaging_api.h
+++ b/chrome/browser/extensions/api/push_messaging/push_messaging_api.h
@@ -34,7 +34,6 @@ class PushMessagingEventRouter
explicit PushMessagingEventRouter(Profile* profile);
virtual ~PushMessagingEventRouter();
- void Init();
void Shutdown();
PushMessagingInvalidationMapper* GetMapperForTest() const {

Powered by Google App Engine
This is Rietveld 408576698