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

Unified Diff: extensions/browser/process_manager.h

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/ui/startup/startup_browser_creator_impl.cc ('k') | extensions/browser/process_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/process_manager.h
diff --git a/extensions/browser/process_manager.h b/extensions/browser/process_manager.h
index 379c3648d527cd2e14e199abe4c12de960dea0ff..fa5f2b65029cec8e509b5767ffceef403fdc687f 100644
--- a/extensions/browser/process_manager.h
+++ b/extensions/browser/process_manager.h
@@ -113,11 +113,6 @@ class ProcessManager : public content::NotificationObserver {
// onSuspendCanceled() event to it.
void CancelSuspend(const Extension* extension);
- // If |defer| is true background host creation is to be deferred until this is
- // called again with |defer| set to false, at which point all deferred
- // background hosts will be created. Defaults to false.
- void DeferBackgroundHostCreation(bool defer);
-
// Ensures background hosts are loaded for a new browser window.
void OnBrowserWindowReady();
@@ -215,9 +210,6 @@ class ProcessManager : public content::NotificationObserver {
// sending a Suspend message; read from command-line switch.
base::TimeDelta event_page_suspending_time_;
- // If true, then creation of background hosts is suspended.
- bool defer_background_host_creation_;
-
// True if we have created the startup set of background hosts.
bool startup_background_hosts_created_;
« no previous file with comments | « chrome/browser/ui/startup/startup_browser_creator_impl.cc ('k') | extensions/browser/process_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698