| Index: chrome/browser/ui/webui/options2/content_settings_handler2.cc
|
| diff --git a/chrome/browser/ui/webui/options2/content_settings_handler2.cc b/chrome/browser/ui/webui/options2/content_settings_handler2.cc
|
| index 2db3de7dec5b5baadb0e4f9a7b3f80726f507cfc..effc42dfa0d7739b45771e452ece73567fff6c1e 100644
|
| --- a/chrome/browser/ui/webui/options2/content_settings_handler2.cc
|
| +++ b/chrome/browser/ui/webui/options2/content_settings_handler2.cc
|
| @@ -293,7 +293,7 @@ void ContentSettingsHandler::GetLocalizedValues(
|
| "enable_restore_session_state", false);
|
| }
|
|
|
| -void ContentSettingsHandler::InitializeHandler() {
|
| +void ContentSettingsHandler::InitializePage() {
|
| notification_registrar_.Add(
|
| this, chrome::NOTIFICATION_PROFILE_CREATED,
|
| content::NotificationService::AllSources());
|
| @@ -315,9 +315,7 @@ void ContentSettingsHandler::InitializeHandler() {
|
| PrefService* prefs = profile->GetPrefs();
|
| pref_change_registrar_.Init(prefs);
|
| pref_change_registrar_.Add(prefs::kGeolocationContentSettings, this);
|
| -}
|
|
|
| -void ContentSettingsHandler::InitializePage() {
|
| UpdateHandlersEnabledRadios();
|
| UpdateAllExceptionsViewsFromModel();
|
| }
|
|
|