Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6148)

Unified Diff: chrome/browser/fullscreen.h

Issue 12052012: Switch to Cocoa APIs for fullscreen. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: cleanup Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/mac/mac_util.mm ('k') | chrome/browser/fullscreen_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/fullscreen.h
diff --git a/chrome/browser/fullscreen.h b/chrome/browser/fullscreen.h
index ff6e72ecfef71475ed690366e2f07ec844fa44c5..26ee79f80a282d1ea8d4ae9b5a43acd443032b9f 100644
--- a/chrome/browser/fullscreen.h
+++ b/chrome/browser/fullscreen.h
@@ -7,13 +7,6 @@
#include "build/build_config.h"
-// For MacOSX, InitFullScreenMonitor needs to be called first to setup the
-// monitor. StopFullScreenMonitor should be called if it is not needed any more.
-#if defined(OS_MACOSX)
-void InitFullScreenMonitor();
-void StopFullScreenMonitor();
-#endif
-
bool IsFullScreenMode();
#endif // CHROME_BROWSER_FULLSCREEN_H_
« no previous file with comments | « base/mac/mac_util.mm ('k') | chrome/browser/fullscreen_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698