summaryrefslogtreecommitdiffstats
path: root/chrome/common/chrome_switches.cc
diff options
context:
space:
mode:
authorestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-26 22:21:06 +0000
committerestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-26 22:21:06 +0000
commitc931d526dc0b7c7c871e6fc408775feb63493fd1 (patch)
tree128a6de9e051a9bed7835e1485c308f5b09e617a /chrome/common/chrome_switches.cc
parent729c041ee6e8842657e6aaf690b2777d53f0fb67 (diff)
downloadchromium_src-c931d526dc0b7c7c871e6fc408775feb63493fd1.zip
chromium_src-c931d526dc0b7c7c871e6fc408775feb63493fd1.tar.gz
chromium_src-c931d526dc0b7c7c871e6fc408775feb63493fd1.tar.bz2
retry r71405:
Make new chrome UI security model the default. allows us to update URL in chrome://settings when the user navigates within it. BUG=57485 TEST=manual Review URL: http://codereview.chromium.org/6240010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72701 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.cc')
-rw-r--r--chrome/common/chrome_switches.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 282c5d1..3733b4b 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -840,9 +840,6 @@ const char kNaClLoaderProcess[] = "nacl-loader";
// Causes the Native Client process to display a dialog on launch.
const char kNaClStartupDialog[] = "nacl-startup-dialog";
-// Enables the new security model for "chrome" URLs.
-const char kNewChromeUISecurityModel[] = "new-chrome-ui-security-model";
-
// Disables the default browser check. Useful for UI/browser tests where we
// want to avoid having the default browser info-bar displayed.
const char kNoDefaultBrowserCheck[] = "no-default-browser-check";