mac: Add BrowserWindow.isDoucumentEdited API, fixes #459.
This commit is contained in:
parent
acb8b7771e
commit
6f231d5860
7 changed files with 20 additions and 0 deletions
|
@ -138,6 +138,7 @@ class NativeWindow : public brightray::DefaultWebContentsDelegate,
|
|||
virtual std::string GetRepresentedFilename();
|
||||
virtual void SetDocumentEdited(bool edited);
|
||||
virtual void SetMenu(ui::MenuModel* menu);
|
||||
virtual bool IsDocumentEdited();
|
||||
virtual bool HasModalDialog();
|
||||
virtual gfx::NativeWindow GetNativeWindow() = 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue