summaryrefslogtreecommitdiffstats
path: root/chrome/common/chrome_switches.h
diff options
context:
space:
mode:
authoragl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-10 00:52:14 +0000
committeragl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-10 00:52:14 +0000
commit052f1d48dd75d470ece2b0df27da7304bfba1bcd (patch)
tree6b9451d475ae34f2b3273730e130d0e07390acf1 /chrome/common/chrome_switches.h
parent4adf2b8090bef783e8ba9c444fce7153063756a7 (diff)
downloadchromium_src-052f1d48dd75d470ece2b0df27da7304bfba1bcd.zip
chromium_src-052f1d48dd75d470ece2b0df27da7304bfba1bcd.tar.gz
chromium_src-052f1d48dd75d470ece2b0df27da7304bfba1bcd.tar.bz2
POSIX: add command line option to launch renderers in a wrapper
For example, ./Hammer/chrome --renderer-cmd-prefix="gdb --args" Review URL: http://codereview.chromium.org/21190 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9438 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.h')
-rw-r--r--chrome/common/chrome_switches.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
index a64f632..6f9946b 100644
--- a/chrome/common/chrome_switches.h
+++ b/chrome/common/chrome_switches.h
@@ -144,6 +144,8 @@ extern const wchar_t kEnableVideo[];
extern const wchar_t kTestName[];
+extern const wchar_t kRendererCmdPrefix[];
+
} // namespace switches
#endif // CHROME_COMMON_CHROME_SWITCHES_H__