diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-10 21:55:21 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-10 21:55:21 +0000 |
commit | 7c27203a71841cb6de9b630ff4730a13f454a90a (patch) | |
tree | 9fba51a19fca8a11ceb7a29500ec5b44eda175c6 /chrome/common/pref_names.cc | |
parent | 8ada8c50ea727c2fa0a93a7ac1e7256a80a2e53f (diff) | |
download | chromium_src-7c27203a71841cb6de9b630ff4730a13f454a90a.zip chromium_src-7c27203a71841cb6de9b630ff4730a13f454a90a.tar.gz chromium_src-7c27203a71841cb6de9b630ff4730a13f454a90a.tar.bz2 |
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
Diffstat (limited to 'chrome/common/pref_names.cc')
-rw-r--r-- | chrome/common/pref_names.cc | 3 |
1 files changed, 0 insertions, 3 deletions
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"; |