| Index: chrome/browser/ui/webui/options/chromeos/core_chromeos_options_handler.cc
|
| diff --git a/chrome/browser/ui/webui/options/chromeos/core_chromeos_options_handler.cc b/chrome/browser/ui/webui/options/chromeos/core_chromeos_options_handler.cc
|
| index baab29da447ad6b06602b03239d1c2ab3741f226..a23400e019c017343465b84825f3f3582ed6f6a5 100644
|
| --- a/chrome/browser/ui/webui/options/chromeos/core_chromeos_options_handler.cc
|
| +++ b/chrome/browser/ui/webui/options/chromeos/core_chromeos_options_handler.cc
|
| @@ -112,7 +112,7 @@ CoreChromeOSOptionsHandler::~CoreChromeOSOptionsHandler() {
|
| pointer_factory_.GetWeakPtr()));
|
| }
|
|
|
| -void CoreChromeOSOptionsHandler::Initialize() {
|
| +void CoreChromeOSOptionsHandler::InitializeHandler() {
|
| proxy_prefs_.reset(PrefSetObserver::CreateProxyPrefSetObserver(
|
| Profile::FromWebUI(web_ui())->GetPrefs(), this));
|
| // Observe the chromeos::ProxyConfigServiceImpl for changes from the UI.
|
|
|