Remove base::StringValue

https://codereview.chromium.org/2664753002
This commit is contained in:
Aleksei Kuzmin
2017-06-16 23:50:03 +03:00
parent fb7bd8f11e
commit a20f633272
4 changed files with 15 additions and 15 deletions

View File

@@ -209,7 +209,7 @@ void PdfViewerHandler::OnZoomLevelChanged(content::WebContents* web_contents,
double level, bool is_temporary) {
if (web_ui()->GetWebContents() == web_contents) {
CallJavascriptFunction("cr.webUIListenerCallback",
base::StringValue("onZoomLevelChanged"),
base::Value("onZoomLevelChanged"),
base::Value(content::ZoomLevelToZoomFactor(level)));
}
}