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

Unified Diff: chrome/browser/extensions/extension_service.h

Issue 7717025: Do not initialize event routers in the Profile Import process. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: add process restriction from first CL Created 9 years, 4 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
Index: chrome/browser/extensions/extension_service.h
===================================================================
--- chrome/browser/extensions/extension_service.h (revision 97857)
+++ chrome/browser/extensions/extension_service.h (working copy)
@@ -243,6 +243,9 @@
// Initialize and start all installed extensions.
void Init();
+ // Initialize the event routers after import has finished.
+ void InitEventRoutersAfterImport();
+
// Start up the extension event routers.
void InitEventRouters();

Powered by Google App Engine
This is Rietveld 408576698