| 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 c7c54926236bab3dc112b69654ced3bbc39d22c1..f96559b686ad380b6070b0386e5935f8841a09a5 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("updateSignInState",
|
| - base::FundamentalValue(signed_in));
|
| + CallJavascriptFunction("updateSignInState", base::Value(signed_in));
|
| }
|
| }
|
|
|
|
|