Index: trunk/src/chrome/browser/extensions/extension_system.cc |
=================================================================== |
--- trunk/src/chrome/browser/extensions/extension_system.cc (revision 201976) |
+++ trunk/src/chrome/browser/extensions/extension_system.cc (working copy) |
@@ -207,7 +207,6 @@ |
// If import is going to run in a separate process (the profile itself is on |
// the main process), wait for import to finish before initializing the |
// routers. |
- CHECK(!ProfileManager::IsImportProcess(*command_line)); |
if (g_browser_process->profile_manager()->will_import()) { |
extension_service_->InitEventRoutersAfterImport(); |
} else { |