diff options
author | estade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-26 22:21:06 +0000 |
---|---|---|
committer | estade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-26 22:21:06 +0000 |
commit | c931d526dc0b7c7c871e6fc408775feb63493fd1 (patch) | |
tree | 128a6de9e051a9bed7835e1485c308f5b09e617a /chrome/common/chrome_switches.cc | |
parent | 729c041ee6e8842657e6aaf690b2777d53f0fb67 (diff) | |
download | chromium_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.cc | 3 |
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"; |