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

Unified Diff: chrome/browser/ui/startup/startup_browser_creator_impl.cc

Issue 111253003: Remove DeferBackgroundExtensionCreation field trial and supporting code (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: extension_system.h header still needed for GetDisabledPlatformApp Created 7 years 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/sync/test/integration/sync_extension_helper.cc ('k') | extensions/browser/process_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/startup/startup_browser_creator_impl.cc
diff --git a/chrome/browser/ui/startup/startup_browser_creator_impl.cc b/chrome/browser/ui/startup/startup_browser_creator_impl.cc
index bf21accc40ff7b593139e2a1a2e800ba400af3fd..d82d79a2569224a686f4c19beec29f3e1e36b29b 100644
--- a/chrome/browser/ui/startup/startup_browser_creator_impl.cc
+++ b/chrome/browser/ui/startup/startup_browser_creator_impl.cc
@@ -418,14 +418,6 @@ bool StartupBrowserCreatorImpl::Launch(Profile* profile,
ShellIntegration::MigrateChromiumShortcuts();
#endif // defined(OS_WIN)
-#if defined(ENABLE_EXTENSIONS)
- // If we deferred creation of background extension hosts, we want to create
- // them now that the session (if any) has been restored.
- extensions::ProcessManager* process_manager =
- extensions::ExtensionSystem::Get(profile)->process_manager();
- process_manager->DeferBackgroundHostCreation(false);
-#endif
-
return true;
}
« no previous file with comments | « chrome/browser/sync/test/integration/sync_extension_helper.cc ('k') | extensions/browser/process_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698