🎨 lint fix

This commit is contained in:
Heilig Benedek 2017-06-08 09:57:24 +02:00
parent 0f4341da42
commit f8d3b363ea
4 changed files with 9 additions and 9 deletions

View file

@ -43,7 +43,7 @@ class PdfViewerHandler : public content::WebUIMessageHandler,
void SetZoom(const base::ListValue* args);
void GetStrings(const base::ListValue* args);
void Reload(const base::ListValue* args);
void OnZoomLevelChanged(content::WebContents* web_contents, double level,
void OnZoomLevelChanged(content::WebContents* web_contents, double level,
bool is_temporary);
std::unique_ptr<base::Value> initialize_callback_id_;