| 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,
|
| + user_prefs::PrefRegistrySyncable::UNSYNCABLE_PREF);
|
| }
|
|
|
| void Preferences::InitUserPrefs(PrefServiceSyncable* prefs) {
|
|
|