| Index: chrome/browser/ui/webui/options/content_settings_handler.cc
|
| diff --git a/chrome/browser/ui/webui/options/content_settings_handler.cc b/chrome/browser/ui/webui/options/content_settings_handler.cc
|
| index eb7395566acb14d2f017726ca61891671dcc6a63..28a75cc2b2d6961590bc32da5399aa23634f75a5 100644
|
| --- a/chrome/browser/ui/webui/options/content_settings_handler.cc
|
| +++ b/chrome/browser/ui/webui/options/content_settings_handler.cc
|
| @@ -283,7 +283,7 @@ void ContentSettingsHandler::GetLocalizedValues(
|
| web_intents::IsWebIntentsEnabled());
|
| }
|
|
|
| -void ContentSettingsHandler::Initialize() {
|
| +void ContentSettingsHandler::InitializeHandler() {
|
| notification_registrar_.Add(
|
| this, chrome::NOTIFICATION_PROFILE_CREATED,
|
| content::NotificationService::AllSources());
|
|
|