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

Unified Diff: chrome/browser/extensions/api/web_navigation/web_navigation_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/web_navigation/web_navigation_api.h
diff --git a/chrome/browser/extensions/api/web_navigation/web_navigation_api.h b/chrome/browser/extensions/api/web_navigation/web_navigation_api.h
index 6dcb21a24725190016956a74ad634dc16cbbbd4c..f8e137b4d857ce8c254ed17d7335e3f4091d7e40 100644
--- a/chrome/browser/extensions/api/web_navigation/web_navigation_api.h
+++ b/chrome/browser/extensions/api/web_navigation/web_navigation_api.h
@@ -138,10 +138,6 @@ class WebNavigationEventRouter : public TabStripModelObserver,
explicit WebNavigationEventRouter(Profile* profile);
virtual ~WebNavigationEventRouter();
- // Invoked by the extensions service once the extension system is fully set
- // up and can start dispatching events to extensions.
- void Init();
-
private:
// Used to cache the information about newly created WebContents objects.
struct PendingWebContents{

Powered by Google App Engine
This is Rietveld 408576698