Index: chrome/browser/ui/webui/options2/chromeos/core_chromeos_options_handler.cc |
diff --git a/chrome/browser/ui/webui/options2/chromeos/core_chromeos_options_handler.cc b/chrome/browser/ui/webui/options2/chromeos/core_chromeos_options_handler.cc |
index 4bfacd9c3d7260d2a131648485e9541281628c57..86d266f8346214031fefe2b251b7e52f3fa490a6 100644 |
--- a/chrome/browser/ui/webui/options2/chromeos/core_chromeos_options_handler.cc |
+++ b/chrome/browser/ui/webui/options2/chromeos/core_chromeos_options_handler.cc |
@@ -114,6 +114,8 @@ CoreChromeOSOptionsHandler::~CoreChromeOSOptionsHandler() { |
} |
void CoreChromeOSOptionsHandler::InitializeHandler() { |
+ CoreOptionsHandler::InitializeHandler(); |
+ |
proxy_prefs_.reset(PrefSetObserver::CreateProxyPrefSetObserver( |
Profile::FromWebUI(web_ui())->GetPrefs(), this)); |
// Observe the chromeos::ProxyConfigServiceImpl for changes from the UI. |
@@ -124,11 +126,6 @@ void CoreChromeOSOptionsHandler::InitializeHandler() { |
pointer_factory_.GetWeakPtr())); |
} |
-void CoreChromeOSOptionsHandler::InitializePage() { |
- // NOTE: Don't remove this, we're intentionally ignoring the base class' |
- // implementation of InitializePage. |
-} |
- |
base::Value* CoreChromeOSOptionsHandler::FetchPref( |
const std::string& pref_name) { |
if (proxy_cros_settings_parser::IsProxyPref(pref_name)) { |