Index: chrome/browser/ui/browser.h |
=================================================================== |
--- chrome/browser/ui/browser.h (revision 95517) |
+++ chrome/browser/ui/browser.h (working copy) |
@@ -508,6 +508,9 @@ |
void ConvertPopupToTabbedBrowser(); |
// In kiosk mode, the first toggle is valid, the rest is discarded. |
void ToggleFullscreenMode(); |
+#if defined(OS_MACOSX) |
+ void TogglePresentationMode(); |
+#endif |
void Exit(); |
#if defined(OS_CHROMEOS) |
void Search(); |