summaryrefslogtreecommitdiffstats
path: root/chrome/common/chrome_switches.h
diff options
context:
space:
mode:
authoratwilson@chromium.org <atwilson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-06 01:43:56 +0000
committeratwilson@chromium.org <atwilson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-06 01:43:56 +0000
commitcd60f084650684bb407f237bde2f7156b9f75aca (patch)
tree8dfe29aeefde03908ff1ab894ea220ed89812b4b /chrome/common/chrome_switches.h
parent2858d5406a254a1dba769b112ca86951f0ec9361 (diff)
downloadchromium_src-cd60f084650684bb407f237bde2f7156b9f75aca.zip
chromium_src-cd60f084650684bb407f237bde2f7156b9f75aca.tar.gz
chromium_src-cd60f084650684bb407f237bde2f7156b9f75aca.tar.bz2
Added support for --worker-startup-dialog command line flag.
Added ChildProcess::WaitForDebugger() utility routine, and changed the various processes to use it. Review URL: http://codereview.chromium.org/370006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31188 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.h')
-rw-r--r--chrome/common/chrome_switches.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
index d42347b..bde8c92 100644
--- a/chrome/common/chrome_switches.h
+++ b/chrome/common/chrome_switches.h
@@ -177,6 +177,7 @@ extern const char kWebWorkerShareProcesses[];
extern const char kWinHttpProxyResolver[];
extern const char kWininetFtp[];
extern const char kWorkerProcess[];
+extern const char kWorkerStartupDialog[];
extern const char kZygoteCmdPrefix[];
extern const char kZygoteProcess[];