| Index: chrome/browser/ui/webui/settings/profile_info_handler.cc
|
| diff --git a/chrome/browser/ui/webui/settings/profile_info_handler.cc b/chrome/browser/ui/webui/settings/profile_info_handler.cc
|
| index c3b0de8a66be9a35e9db36343d7b9fe818ce9030..b58c20fcbf525d8a9850d114406419a1734fbf67 100644
|
| --- a/chrome/browser/ui/webui/settings/profile_info_handler.cc
|
| +++ b/chrome/browser/ui/webui/settings/profile_info_handler.cc
|
| @@ -98,10 +98,9 @@ void ProfileInfoHandler::HandleGetProfileInfo(const base::ListValue* args) {
|
| }
|
|
|
| void ProfileInfoHandler::PushProfileInfo() {
|
| - web_ui()->CallJavascriptFunction(
|
| - "cr.webUIListenerCallback",
|
| - base::StringValue(kProfileInfoChangedEventName),
|
| - *GetAccountNameAndIcon());
|
| + CallJavascriptFunction("cr.webUIListenerCallback",
|
| + base::StringValue(kProfileInfoChangedEventName),
|
| + *GetAccountNameAndIcon());
|
| }
|
|
|
| std::unique_ptr<base::DictionaryValue>
|
|
|