diff options
Diffstat (limited to 'chrome/browser/ui/browser_window.h')
-rw-r--r-- | chrome/browser/ui/browser_window.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/browser/ui/browser_window.h b/chrome/browser/ui/browser_window.h index 67e7fe5..c70f484 100644 --- a/chrome/browser/ui/browser_window.h +++ b/chrome/browser/ui/browser_window.h @@ -307,6 +307,11 @@ class BrowserWindow { #if defined(OS_MACOSX) // Opens the tabpose view. virtual void OpenTabpose() = 0; + + // Sets the presentation mode for the window. If the window is not already in + // fullscreen, also enters fullscreen mode. + virtual void SetPresentationMode(bool presentation_mode) = 0; + virtual bool InPresentationMode() = 0; #endif // See InstantDelegate for details. |