| Index: chrome/browser/ui/webui/options2/manage_profile_handler2.cc
|
| diff --git a/chrome/browser/ui/webui/options2/manage_profile_handler2.cc b/chrome/browser/ui/webui/options2/manage_profile_handler2.cc
|
| index ade3ca7b8984555630b5ace49f4a8abe03b1711f..ecbba9eadbb2c8920d4d0d36ef8d03eb4ac1bbfc 100644
|
| --- a/chrome/browser/ui/webui/options2/manage_profile_handler2.cc
|
| +++ b/chrome/browser/ui/webui/options2/manage_profile_handler2.cc
|
| @@ -52,12 +52,9 @@ void ManageProfileHandler::GetLocalizedValues(
|
| IDS_PROFILES_MANAGE_TITLE);
|
| }
|
|
|
| -void ManageProfileHandler::InitializeHandler() {
|
| +void ManageProfileHandler::InitializePage() {
|
| registrar_.Add(this, chrome::NOTIFICATION_PROFILE_CACHED_INFO_CHANGED,
|
| content::NotificationService::AllSources());
|
| -}
|
| -
|
| -void ManageProfileHandler::InitializePage() {
|
| SendProfileNames();
|
| }
|
|
|
|
|