| Index: chrome/browser/ui/webui/history_login_handler.cc
|
| diff --git a/chrome/browser/ui/webui/history_login_handler.cc b/chrome/browser/ui/webui/history_login_handler.cc
|
| index 2d647084f82178c2575f4434be9b0ea0f591c35f..01d39372604155ab7407d040b52c0da7028bf9e2 100644
|
| --- a/chrome/browser/ui/webui/history_login_handler.cc
|
| +++ b/chrome/browser/ui/webui/history_login_handler.cc
|
| @@ -49,8 +49,7 @@ void HistoryLoginHandler::ProfileInfoChanged() {
|
| signin_callback_.Run();
|
|
|
| if (IsJavascriptAllowed()) {
|
| - CallJavascriptFunction("cr.webUIListenerCallback",
|
| - base::StringValue("sign-in-state-updated"),
|
| + CallJavascriptFunction("updateSignInState",
|
| base::FundamentalValue(signed_in));
|
| }
|
| }
|
|
|