summaryrefslogtreecommitdiffstats
path: root/chrome/common/chrome_switches.cc
diff options
context:
space:
mode:
authorpfeldman@chromium.org <pfeldman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-24 09:45:02 +0000
committerpfeldman@chromium.org <pfeldman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-24 09:45:02 +0000
commit58bfc6b074bf05e36f02a4349a6217b95f3b9c2c (patch)
tree2b2c7efa3330c70ef019a539481595e38f6f6347 /chrome/common/chrome_switches.cc
parentea36e32155bfe33d4cad2fbfeffc54edc7de1cb3 (diff)
downloadchromium_src-58bfc6b074bf05e36f02a4349a6217b95f3b9c2c.zip
chromium_src-58bfc6b074bf05e36f02a4349a6217b95f3b9c2c.tar.gz
chromium_src-58bfc6b074bf05e36f02a4349a6217b95f3b9c2c.tar.bz2
DevTools: Nuke legacy debugger.
Review URL: http://codereview.chromium.org/146027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19108 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.cc')
-rw-r--r--chrome/common/chrome_switches.cc7
1 files changed, 0 insertions, 7 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 92e8e9d..b7c03b1 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -379,9 +379,6 @@ const wchar_t kGearsPluginPathOverride[] = L"gears-plugin-path";
// Enable the fastback page cache.
const wchar_t kEnableFastback[] = L"enable-fastback";
-// Allow loading of the javascript debugger UI from the filesystem.
-const wchar_t kJavaScriptDebuggerPath[] = L"javascript-debugger-path";
-
const wchar_t kDisableP13n[] = L"disable-p13n";
// Enable support for SDCH filtering (dictionary based expansion of content).
@@ -437,10 +434,6 @@ const wchar_t kNewFtp[] = L"new-ftp";
// can connect to a channel, provided it knows its name. For debugging purposes.
const wchar_t kIPCUseFIFO[] = L"ipc-use-fifo";
-// If this flag is set open old 'in process' WebInspector window instead of
-// new 'out of process' dev tool window.
-const wchar_t kDisableOutOfProcessDevTools[] = L"disable-oop-devtools";
-
// Enable HTML5 Worker support
const wchar_t kEnableWebWorkers[] = L"enable-web-workers";