summaryrefslogtreecommitdiffstats
path: root/chrome/common/chrome_switches.h
diff options
context:
space:
mode:
authorerikkay@google.com <erikkay@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-07-31 23:23:45 +0000
committererikkay@google.com <erikkay@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-07-31 23:23:45 +0000
commiteaea8ab540171542f7c1ac6f6ce47130da5d1a0e (patch)
treeeb1b79f0f651595b8938f41982c2eb74fca3ada5 /chrome/common/chrome_switches.h
parent773eec32700049ae25ec6d91cf2f7d6ee082d3d0 (diff)
downloadchromium_src-eaea8ab540171542f7c1ac6f6ce47130da5d1a0e.zip
chromium_src-eaea8ab540171542f7c1ac6f6ce47130da5d1a0e.tar.gz
chromium_src-eaea8ab540171542f7c1ac6f6ce47130da5d1a0e.tar.bz2
Command-line flag to allow the debugger UI to be loaded from the filesystem rather than the DLL. Very useful for rapid development.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208 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 f6ac2d4..591eded 100644
--- a/chrome/common/chrome_switches.h
+++ b/chrome/common/chrome_switches.h
@@ -140,6 +140,8 @@ extern const wchar_t kGearsPluginPathOverride[];
extern const wchar_t kUseNewHttp[];
+extern const wchar_t kJavaScriptDebuggerPath[];
+
} // namespace switches
#endif // CHROME_COMMON_CHROME_SWITCHES_H__