summaryrefslogtreecommitdiffstats
path: root/chrome/common/chrome_switches.h
diff options
context:
space:
mode:
authoryurys@google.com <yurys@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-10 09:59:04 +0000
committeryurys@google.com <yurys@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-10 09:59:04 +0000
commit95e23c07d05e60f685051618103b9cbcf77198a3 (patch)
tree40ac2ed3cc40d896778dd4661626c22492e19c31 /chrome/common/chrome_switches.h
parent3e682c670b174230ccb819294ee58588a4efaaea (diff)
downloadchromium_src-95e23c07d05e60f685051618103b9cbcf77198a3.zip
chromium_src-95e23c07d05e60f685051618103b9cbcf77198a3.tar.gz
chromium_src-95e23c07d05e60f685051618103b9cbcf77198a3.tar.bz2
If the flag is specified developer tools window will be opened instead of Console Debugger when user clicks Debug JavaScript. This is a temporary solution and we will get rid of this flag as well as of debugger console when developer tools implement all their functionality.
Review URL: http://codereview.chromium.org/39259 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11321 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 0c4c2e5..f106dba 100644
--- a/chrome/common/chrome_switches.h
+++ b/chrome/common/chrome_switches.h
@@ -154,6 +154,8 @@ extern const wchar_t kRendererCmdPrefix[];
extern const wchar_t kIPCUseFIFO[];
+extern const wchar_t kEnableOutOfProcessDevTools[];
+
} // namespace switches
#endif // CHROME_COMMON_CHROME_SWITCHES_H__