setup strings for ui

This commit is contained in:
deepak1556 2017-01-22 20:20:38 +05:30
parent 0c7bb72891
commit de7dcdedba
2 changed files with 39 additions and 0 deletions

View file

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