From 7c27203a71841cb6de9b630ff4730a13f454a90a Mon Sep 17 00:00:00 2001 From: "jam@chromium.org" Date: Tue, 10 Mar 2009 21:55:21 +0000 Subject: Get rid of --start-renderers-manually since it's been broken for a long time (the browser needs the renderer's handle to duplicate handles). Review URL: http://codereview.chromium.org/43035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11379 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/common/pref_names.cc | 3 --- 1 file changed, 3 deletions(-) (limited to 'chrome/common/pref_names.cc') diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc index e120347..d2608c5 100644 --- a/chrome/common/pref_names.cc +++ b/chrome/common/pref_names.cc @@ -381,9 +381,6 @@ const wchar_t kUninstallLastLaunchTimeSec[] = const wchar_t kUninstallLastObservedRunTimeSec[] = L"uninstall_metrics.last_observed_running_time_sec"; -// If true, the user will be prompted to manually launch renderer processes. -const wchar_t kStartRenderersManually[] = L"renderer.start_manually"; - // A collection of position, size, and other data relating to the browser // window to restore on startup. const wchar_t kBrowserWindowPlacement[] = L"browser.window_placement"; -- cgit v1.1