| Index: chrome/browser/ui/browser.h
|
| ===================================================================
|
| --- chrome/browser/ui/browser.h (revision 179614)
|
| +++ chrome/browser/ui/browser.h (working copy)
|
| @@ -346,6 +346,9 @@
|
| // 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
|
|
|