Index: chrome/browser/prefs/command_line_pref_store.cc |
=================================================================== |
--- chrome/browser/prefs/command_line_pref_store.cc (revision 86721) |
+++ chrome/browser/prefs/command_line_pref_store.cc (working copy) |
@@ -39,6 +39,8 @@ |
prefs::kWebKitAllowRunningInsecureContent, true }, |
{ switches::kNoDisplayingInsecureContent, |
prefs::kWebKitAllowDisplayingInsecureContent, false }, |
+ { switches::kAllowCrossOriginAuthPrompt, |
+ prefs::kAllowCrossOriginAuthPrompt, true }, |
}; |
CommandLinePrefStore::CommandLinePrefStore(const CommandLine* command_line) |