Index: chrome/browser/chromeos/preferences.cc |
diff --git a/chrome/browser/chromeos/preferences.cc b/chrome/browser/chromeos/preferences.cc |
index 6ab83e2f9f6e41b19920cf30e8dc5a7434cfd1d1..aa44138a404b459aa98ea0c23dbc94af08a88d95 100644 |
--- a/chrome/browser/chromeos/preferences.cc |
+++ b/chrome/browser/chromeos/preferences.cc |
@@ -321,6 +321,10 @@ void Preferences::RegisterProfilePrefs( |
user_prefs::PrefRegistrySyncable::UNSYNCABLE_PREF); |
input_method::InputMethodSyncer::RegisterProfilePrefs(registry); |
+ |
+ registry->RegisterBooleanPref( |
+ prefs::kCaptivePortalAuthenticationIgnoresProxy, true, |
bartfab (slow)
2015/01/07 17:38:43
Why is the default value |true|? According to poli
Alexander Alekseev
2015/01/12 18:41:09
Because this is shared preference, i.e. controlled
|
+ user_prefs::PrefRegistrySyncable::UNSYNCABLE_PREF); |
} |
void Preferences::InitUserPrefs(PrefServiceSyncable* prefs) { |