diff options
author | rustema@google.com <rustema@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-26 02:31:08 +0000 |
---|---|---|
committer | rustema@google.com <rustema@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-26 02:31:08 +0000 |
commit | 6b0dd2abe7f0ee59d91410c84d64c37250fde2f5 (patch) | |
tree | af2822bccd77442a3b0615190d24e0ef4a0715f4 /chrome/browser/prefs/command_line_pref_store.cc | |
parent | 6565395c162774ed5321a32ed9ef62455e021e8e (diff) | |
download | chromium_src-6b0dd2abe7f0ee59d91410c84d64c37250fde2f5.zip chromium_src-6b0dd2abe7f0ee59d91410c84d64c37250fde2f5.tar.gz chromium_src-6b0dd2abe7f0ee59d91410c84d64c37250fde2f5.tar.bz2 |
Incognito mode forced.
Clear local cache on exit
BUG=69580
TEST=configuration_policy_pref_store_unittest.cc
Review URL: http://codereview.chromium.org/7399021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94024 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/prefs/command_line_pref_store.cc')
-rw-r--r-- | chrome/browser/prefs/command_line_pref_store.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/prefs/command_line_pref_store.cc b/chrome/browser/prefs/command_line_pref_store.cc index 021be74..a0e94dc 100644 --- a/chrome/browser/prefs/command_line_pref_store.cc +++ b/chrome/browser/prefs/command_line_pref_store.cc @@ -42,6 +42,7 @@ const CommandLinePrefStore::BooleanSwitchToPreferenceMapEntry prefs::kWebKitAllowDisplayingInsecureContent, false }, { switches::kAllowCrossOriginAuthPrompt, prefs::kAllowCrossOriginAuthPrompt, true }, + { switches::kIncognito, prefs::kIncognitoForced, true }, }; CommandLinePrefStore::CommandLinePrefStore(const CommandLine* command_line) |