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
|
@ -61,6 +61,7 @@ class NativeWindowMac : public NativeWindow {
|
|||
virtual void SetRepresentedFilename(const std::string& filename) OVERRIDE;
|
||||
virtual std::string GetRepresentedFilename() OVERRIDE;
|
||||
virtual void SetDocumentEdited(bool edited) OVERRIDE;
|
||||
virtual bool IsDocumentEdited() OVERRIDE;
|
||||
virtual bool HasModalDialog() OVERRIDE;
|
||||
virtual gfx::NativeWindow GetNativeWindow() OVERRIDE;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue