| Index: chrome/browser/ui/webui/options2/password_manager_handler2.cc
|
| diff --git a/chrome/browser/ui/webui/options2/password_manager_handler2.cc b/chrome/browser/ui/webui/options2/password_manager_handler2.cc
|
| index 31d32bf3d23854b440fc0da988ac4af8efbd3b72..550ce81c6031b6b4976a1acff72b8df0b07549a8 100644
|
| --- a/chrome/browser/ui/webui/options2/password_manager_handler2.cc
|
| +++ b/chrome/browser/ui/webui/options2/password_manager_handler2.cc
|
| @@ -77,7 +77,7 @@ void PasswordManagerHandler::GetLocalizedValues(
|
| chrome::kPasswordManagerLearnMoreURL);
|
| }
|
|
|
| -void PasswordManagerHandler::InitializeHandler() {
|
| +void PasswordManagerHandler::InitializePage() {
|
| // Due to the way that handlers are (re)initialized under certain types of
|
| // navigation, we may already be initialized. (See bugs 88986 and 86448.)
|
| // If this is the case, return immediately. This is a hack.
|
|
|