win: Implement SetProgressBar API.

This commit is contained in:
Haojian Wu 2014-09-17 09:42:47 +08:00
parent 0f714c81cd
commit b5e82dac6f
5 changed files with 31 additions and 0 deletions

View file

@ -103,6 +103,7 @@ class Window : public mate::EventEmitter,
bool IsDocumentEdited();
void CapturePage(mate::Arguments* args);
void Print(mate::Arguments* args);
void SetProgressBar(double progress);
// APIs for WebContents.
mate::Handle<WebContents> GetWebContents(v8::Isolate* isolate) const;