| Index: chrome/browser/net/http_server_properties_manager_factory.cc
|
| diff --git a/chrome/browser/net/http_server_properties_manager_factory.cc b/chrome/browser/net/http_server_properties_manager_factory.cc
|
| index 72acd43d1526992e951eeba898a1759b931a5fdf..ecd09e180443b6a78f8057c3c4d6b0f94268c37c 100644
|
| --- a/chrome/browser/net/http_server_properties_manager_factory.cc
|
| +++ b/chrome/browser/net/http_server_properties_manager_factory.cc
|
| @@ -24,9 +24,7 @@ HttpServerPropertiesManagerFactory::CreateManager(PrefService* pref_service) {
|
| /* static */
|
| void HttpServerPropertiesManagerFactory::RegisterProfilePrefs(
|
| user_prefs::PrefRegistrySyncable* registry) {
|
| - registry->RegisterDictionaryPref(
|
| - prefs::kHttpServerProperties,
|
| - user_prefs::PrefRegistrySyncable::UNSYNCABLE_PREF);
|
| + registry->RegisterDictionaryPref(prefs::kHttpServerProperties);
|
| }
|
|
|
| } // namespace chrome_browser_net
|
|
|