| Index: chrome/browser/chromeos/preferences.cc
|
| diff --git a/chrome/browser/chromeos/preferences.cc b/chrome/browser/chromeos/preferences.cc
|
| index 32babb7c76c3db46c79d8f88697956addb6431b5..5363a31fa97f784d91bec65bb378b17138abc06f 100644
|
| --- a/chrome/browser/chromeos/preferences.cc
|
| +++ b/chrome/browser/chromeos/preferences.cc
|
| @@ -318,11 +318,15 @@ void Preferences::RegisterProfilePrefs(
|
| false,
|
| user_prefs::PrefRegistrySyncable::UNSYNCABLE_PREF);
|
|
|
| + input_method::InputMethodSyncer::RegisterProfilePrefs(registry);
|
| +
|
| registry->RegisterBooleanPref(
|
| prefs::kResolveTimezoneByGeolocation, true,
|
| 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) {
|
|
|