diff options
author | tim@chromium.org <tim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-30 17:00:24 +0000 |
---|---|---|
committer | tim@chromium.org <tim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-30 17:00:24 +0000 |
commit | 7f74a4ee8538089c11895ff2f3b7110f3ca0061b (patch) | |
tree | cd49fd9715d351cb282b9b348ddca2da540133b8 /chrome/common/chrome_switches.h | |
parent | 06f666707b420f11a454929e4de0fbb843d71d55 (diff) | |
download | chromium_src-7f74a4ee8538089c11895ff2f3b7110f3ca0061b.zip chromium_src-7f74a4ee8538089c11895ff2f3b7110f3ca0061b.tar.gz chromium_src-7f74a4ee8538089c11895ff2f3b7110f3ca0061b.tar.bz2 |
Fix issue 11006 - any plugin process started by InProcessBrowserTest was
using the unit_test executable rather than chrome.exe. This patch repurposes
the --renderer-path switch to be --browser-subprocess-path for both plugins and
renderers.
BUG=11006
TEST=Any InProcessBrowserTest (they all will start at least one renderer). Use
NavigateToURL to a URL containing flash, we shouldn't crash.
Review URL: http://codereview.chromium.org/99011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14951 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.h')
-rw-r--r-- | chrome/common/chrome_switches.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h index 8d3b311..c95634c 100644 --- a/chrome/common/chrome_switches.h +++ b/chrome/common/chrome_switches.h @@ -27,7 +27,7 @@ extern const wchar_t kProcessChannelID[]; extern const wchar_t kTestingChannelID[]; extern const wchar_t kHomePage[]; extern const wchar_t kRendererProcess[]; -extern const wchar_t kRendererPath[]; +extern const wchar_t kBrowserSubprocessPath[]; extern const wchar_t kPluginProcess[]; extern const wchar_t kWorkerProcess[]; extern const wchar_t kSingleProcess[]; |