handle reload api call from pdf ui
This commit is contained in:
parent
010193ef44
commit
528853efbf
2 changed files with 8 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue