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_ |