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

Unified Diff: chrome/browser/ui/cocoa/browser_window_controller.h

Issue 7355016: Lion: Need to use new full-screen API (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 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
Index: chrome/browser/ui/cocoa/browser_window_controller.h
diff --git a/chrome/browser/ui/cocoa/browser_window_controller.h b/chrome/browser/ui/cocoa/browser_window_controller.h
index f36a9a9a150c7b43b5ee66bd942e56d3e34c1e3d..b8ff99961fb54a3ad016123c396867197f077989 100644
--- a/chrome/browser/ui/cocoa/browser_window_controller.h
+++ b/chrome/browser/ui/cocoa/browser_window_controller.h
@@ -328,6 +328,12 @@ class TabContents;
@end // @interface BrowserWindowController(WindowType)
+// Methods having to do with full screen mode in Lion.
+@interface BrowserWindowController(LionFullScreen)
Robert Sesek 2011/07/13 14:47:15 nit: space before (
+- (void)windowDidEnterFullScreen:(NSNotification *)notification;
Robert Sesek 2011/07/13 14:47:15 Chromium style does not put a space between the ty
+- (void)windowDidExitFullScreen:(NSNotification *)notification;
+- (BOOL)isLionFullScreen;
+@end
// Methods having to do with fullscreen mode.
@interface BrowserWindowController(Fullscreen)

Powered by Google App Engine
This is Rietveld 408576698