Index: chrome/browser/net/pref_proxy_config_service.cc |
diff --git a/chrome/browser/net/pref_proxy_config_service.cc b/chrome/browser/net/pref_proxy_config_service.cc |
index a31dc9f8e0008a485866dc428cc1cc9d59bd5e56..e783f39a5086e47836392e835e68bbefd176918b 100644 |
--- a/chrome/browser/net/pref_proxy_config_service.cc |
+++ b/chrome/browser/net/pref_proxy_config_service.cc |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2010 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
@@ -226,8 +226,7 @@ void PrefProxyConfigService::RegisterObservers() { |
} |
// static |
-void PrefProxyConfigService::RegisterUserPrefs( |
- PrefService* pref_service) { |
+void PrefProxyConfigService::RegisterPrefs(PrefService* pref_service) { |
DictionaryValue* default_settings = ProxyConfigDictionary::CreateSystem(); |
pref_service->RegisterDictionaryPref(prefs::kProxy, default_settings); |
} |