handle reload api call from pdf ui

This commit is contained in:
deepak1556 2017-02-14 06:55:52 +05:30
parent 010193ef44
commit 528853efbf
2 changed files with 8 additions and 0 deletions

View file

@ -37,6 +37,7 @@ class PdfViewerHandler : public content::WebUIMessageHandler {
void GetDefaultZoom(const base::ListValue* args);
void GetInitialZoom(const base::ListValue* args);
void GetStrings(const base::ListValue* args);
void Reload(const base::ListValue* args);
void OnZoomLevelChanged(const content::HostZoomMap::ZoomLevelChange& change);
// Keeps track of events related to zooming.