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

Unified Diff: chrome/browser/extensions/extension_system.cc

Issue 12670013: Out-of-process import on Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase on top of https://codereview.chromium.org/15736014/ Created 7 years, 7 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 | « chrome/browser/extensions/extension_service.cc ('k') | chrome/browser/first_run/first_run.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/extension_system.cc
diff --git a/chrome/browser/extensions/extension_system.cc b/chrome/browser/extensions/extension_system.cc
index 9ceb4d4ae927098edccc5f2dbecc2f41c8f1c609..390b1b8054e9f2e40cf5d8974286e89ef36521b9 100644
--- a/chrome/browser/extensions/extension_system.cc
+++ b/chrome/browser/extensions/extension_system.cc
@@ -207,7 +207,6 @@ void ExtensionSystemImpl::Shared::Init(bool extensions_enabled) {
// 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 {
« no previous file with comments | « chrome/browser/extensions/extension_service.cc ('k') | chrome/browser/first_run/first_run.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698