mac: Add BrowserWindow.getRepresentedFilename API, fixes #460.
This commit is contained in:
parent
301706b7d6
commit
acb8b7771e
7 changed files with 20 additions and 0 deletions
|
@ -59,6 +59,7 @@ class NativeWindowMac : public NativeWindow {
|
|||
virtual void SetKiosk(bool kiosk) OVERRIDE;
|
||||
virtual bool IsKiosk() OVERRIDE;
|
||||
virtual void SetRepresentedFilename(const std::string& filename) OVERRIDE;
|
||||
virtual std::string GetRepresentedFilename() OVERRIDE;
|
||||
virtual void SetDocumentEdited(bool edited) OVERRIDE;
|
||||
virtual bool HasModalDialog() OVERRIDE;
|
||||
virtual gfx::NativeWindow GetNativeWindow() OVERRIDE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue