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

Unified Diff: chrome/browser/ui/cocoa/apps/native_app_window_cocoa.h

Issue 280483004: [Mac] Update fullscreen state when window is fullscreened natively. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments Created 6 years, 7 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 | « apps/app_window.h ('k') | chrome/browser/ui/cocoa/apps/native_app_window_cocoa.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/cocoa/apps/native_app_window_cocoa.h
diff --git a/chrome/browser/ui/cocoa/apps/native_app_window_cocoa.h b/chrome/browser/ui/cocoa/apps/native_app_window_cocoa.h
index 716c5739b04d96f97bc517bff0dcbd009915dcd4..7c334ea5a4426c1296033188bd2d1a253e5d09c6 100644
--- a/chrome/browser/ui/cocoa/apps/native_app_window_cocoa.h
+++ b/chrome/browser/ui/cocoa/apps/native_app_window_cocoa.h
@@ -101,6 +101,12 @@ class NativeAppWindowCocoa : public apps::NativeAppWindow,
// Called when the window is zoomed (maximized or de-maximized).
void WindowWillZoom();
+ // Called when the window enters fullscreen.
+ void WindowDidEnterFullscreen();
+
+ // Called when the window exits fullscreen.
+ void WindowDidExitFullscreen();
+
// Called to handle a key event.
bool HandledByExtensionCommand(NSEvent* event);
« no previous file with comments | « apps/app_window.h ('k') | chrome/browser/ui/cocoa/apps/native_app_window_cocoa.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698