diff options
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 |