summaryrefslogtreecommitdiffstats
path: root/chrome/browser/fullscreen.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/fullscreen.h')
-rw-r--r--chrome/browser/fullscreen.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/chrome/browser/fullscreen.h b/chrome/browser/fullscreen.h
index 26ee79f..9c21ec2 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_