From eaea8ab540171542f7c1ac6f6ce47130da5d1a0e Mon Sep 17 00:00:00 2001 From: "erikkay@google.com" Date: Thu, 31 Jul 2008 23:23:45 +0000 Subject: 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 --- chrome/common/chrome_switches.cc | 3 +++ chrome/common/chrome_switches.h | 2 ++ 2 files changed, 5 insertions(+) (limited to 'chrome/common') 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 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__ -- cgit v1.1