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

Unified Diff: chrome/browser/fullscreen.h

Issue 18576005: [Mac] Adds a flag to force 10.6-style fullscreen for testing. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebased. Created 7 years, 5 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 | « no previous file | 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 26ee79f80a282d1ea8d4ae9b5a43acd443032b9f..9c21ec28c8b0172923d27f95ef926bd03970a728 100644
--- a/chrome/browser/fullscreen.h
+++ b/chrome/browser/fullscreen.h
@@ -9,4 +9,13 @@
bool IsFullScreenMode();
+#if defined(OS_MACOSX)
+namespace chrome {
+namespace mac {
+// Returns true if this system supports Lion-style system fullscreen.
+bool SupportsSystemFullscreen();
+} // namespace mac
+} // namespace chrome
+#endif
+
#endif // CHROME_BROWSER_FULLSCREEN_H_
« no previous file with comments | « no previous file | chrome/browser/fullscreen_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698