diff options
Diffstat (limited to 'chrome/browser/ui/browser.h')
-rw-r--r-- | chrome/browser/ui/browser.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h index 9f86dd5..ec797fc 100644 --- a/chrome/browser/ui/browser.h +++ b/chrome/browser/ui/browser.h @@ -346,6 +346,9 @@ class Browser : public TabStripModelObserver, // See the description of FullscreenController::ToggleMetroSnapMode. void SetMetroSnapMode(bool enable); #endif +#if defined(OS_MACOSX) + void TogglePresentationMode(); +#endif // Returns true if the Browser supports the specified feature. The value of // this varies during the lifetime of the browser. For example, if the window |