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

Unified Diff: chrome/browser/browser_main.cc

Issue 6976030: Start the event routers with the extension service, so that they're correctly started for each pr... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Reland, now that event routers have been fixed Created 9 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
« no previous file with comments | « no previous file | chrome/browser/profiles/profile_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browser_main.cc
===================================================================
--- chrome/browser/browser_main.cc (revision 90755)
+++ chrome/browser/browser_main.cc (working copy)
@@ -1874,15 +1874,6 @@
#endif
#endif
- // Initialize extension event routers. Note that on Chrome OS, this will
- // not succeed if the user has not logged in yet, in which case the
- // event routers are initialized in LoginUtilsImpl::CompleteLogin instead.
- if (profile->GetExtensionService()) {
- // This will initialize bookmarks. Call it after bookmark import is done.
- // See issue 40144.
- profile->GetExtensionService()->InitEventRouters();
- }
-
// The extension service may be available at this point. If the command line
// specifies --uninstall-extension, attempt the uninstall extension startup
// action.
« no previous file with comments | « no previous file | chrome/browser/profiles/profile_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698