diff options
author | pfeldman@chromium.org <pfeldman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-02 14:32:40 +0000 |
---|---|---|
committer | pfeldman@chromium.org <pfeldman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-02 14:32:40 +0000 |
commit | 565b1ef6aaca2b925d30bcf52d6612d584083726 (patch) | |
tree | ea29af0dec1115ccf432814ce71403dad3d44cb5 /chrome/common | |
parent | 4232c968cd67dcf8e1bf2a4f8e46850e40157d5d (diff) | |
download | chromium_src-565b1ef6aaca2b925d30bcf52d6612d584083726.zip chromium_src-565b1ef6aaca2b925d30bcf52d6612d584083726.tar.gz chromium_src-565b1ef6aaca2b925d30bcf52d6612d584083726.tar.bz2 |
DevTools: hide Inspect Element from the popup on DevTools.
BUG=91325
TEST=
Review URL: http://codereview.chromium.org/7548007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95077 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r-- | chrome/common/chrome_switches.cc | 4 | ||||
-rw-r--r-- | chrome/common/chrome_switches.h | 1 |
2 files changed, 0 insertions, 5 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc index 1db0e04..6f61f46 100644 --- a/chrome/common/chrome_switches.cc +++ b/chrome/common/chrome_switches.cc @@ -48,10 +48,6 @@ const char kAllowWebUIOobe[] = "allow-webui-oobe"; // installed but less commonly used plug-ins. const char kAlwaysAuthorizePlugins[] = "always-authorize-plugins"; -// Enable web inspector for all windows, even if they're part of the browser. -// Allows us to use our dev tools to debug browser windows itself. -const char kAlwaysEnableDevTools[] = "always-enable-dev-tools"; - // Specifies that the associated value should be launched in "application" mode. const char kApp[] = "app"; diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h index 6b0c375..b363b9e 100644 --- a/chrome/common/chrome_switches.h +++ b/chrome/common/chrome_switches.h @@ -32,7 +32,6 @@ extern const char kAllowWebSocketProxy[]; extern const char kAllowWebUICompositing[]; extern const char kAllowWebUIOobe[]; extern const char kAlwaysAuthorizePlugins[]; -extern const char kAlwaysEnableDevTools[]; extern const char kApp[]; extern const char kAppId[]; extern const char kAppsCheckoutURL[]; |