| Index: chrome/browser/prefs/command_line_pref_store.cc
|
| diff --git a/chrome/browser/prefs/command_line_pref_store.cc b/chrome/browser/prefs/command_line_pref_store.cc
|
| index a0e94dc94baa411d525df3319bace557d013930b..021be741cd0ee7747f9ff360971e68ae06790857 100644
|
| --- a/chrome/browser/prefs/command_line_pref_store.cc
|
| +++ b/chrome/browser/prefs/command_line_pref_store.cc
|
| @@ -42,7 +42,6 @@ const CommandLinePrefStore::BooleanSwitchToPreferenceMapEntry
|
| prefs::kWebKitAllowDisplayingInsecureContent, false },
|
| { switches::kAllowCrossOriginAuthPrompt,
|
| prefs::kAllowCrossOriginAuthPrompt, true },
|
| - { switches::kIncognito, prefs::kIncognitoForced, true },
|
| };
|
|
|
| CommandLinePrefStore::CommandLinePrefStore(const CommandLine* command_line)
|
|
|