| 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 01d39372604155ab7407d040b52c0da7028bf9e2..b6fab82df27db618fe256ee8cc5ad892cfc3eb0d 100644
|
| --- a/chrome/browser/ui/webui/history_login_handler.cc
|
| +++ b/chrome/browser/ui/webui/history_login_handler.cc
|
| @@ -48,10 +48,8 @@ void HistoryLoginHandler::ProfileInfoChanged() {
|
| if (!signin_callback_.is_null())
|
| signin_callback_.Run();
|
|
|
| - if (IsJavascriptAllowed()) {
|
| - CallJavascriptFunction("updateSignInState",
|
| - base::FundamentalValue(signed_in));
|
| - }
|
| + if (IsJavascriptAllowed())
|
| + CallJavascriptFunction("updateSignInState", base::Value(signed_in));
|
| }
|
|
|
| void HistoryLoginHandler::HandleStartSignInFlow(
|
|
|