diff options
author | erikkay@google.com <erikkay@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-07-31 23:23:45 +0000 |
---|---|---|
committer | erikkay@google.com <erikkay@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-07-31 23:23:45 +0000 |
commit | eaea8ab540171542f7c1ac6f6ce47130da5d1a0e (patch) | |
tree | eb1b79f0f651595b8938f41982c2eb74fca3ada5 /chrome/common/chrome_switches.cc | |
parent | 773eec32700049ae25ec6d91cf2f7d6ee082d3d0 (diff) | |
download | chromium_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.cc')
-rw-r--r-- | chrome/common/chrome_switches.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc index 2f47beb..5b9985e 100644 --- a/chrome/common/chrome_switches.cc +++ b/chrome/common/chrome_switches.cc @@ -337,4 +337,7 @@ const wchar_t kGearsPluginPathOverride[] = L"gears-plugin-path"; // Enable new HTTP stack. const wchar_t kUseNewHttp[] = L"new-http"; +// Allow loading of the javascript debugger UI from the filesystem. +const wchar_t kJavaScriptDebuggerPath[] = L"javascript-debugger-path"; + } // namespace switches |