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

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

Issue 2110983002: [Mac] Refactor Cocoa fullscreen code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nit Created 4 years, 6 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/framed_browser_window.h
diff --git a/chrome/browser/ui/cocoa/framed_browser_window.h b/chrome/browser/ui/cocoa/framed_browser_window.h
index 43fcac3d62e0bde17ca46acdb1393833109c0c8e..d435422f009773eba4e4990122837b648454a123 100644
--- a/chrome/browser/ui/cocoa/framed_browser_window.h
+++ b/chrome/browser/ui/cocoa/framed_browser_window.h
@@ -62,9 +62,6 @@ const CGFloat kBrowserFrameViewPaintHeight = 60.0;
// Returns the desired spacing between window control views.
- (CGFloat)windowButtonsInterButtonSpacing;
-// Calls the superclass's implementation of |-toggleFullScreen:|.
-- (void)toggleSystemFullScreen;
-
// Called by CustomFrameView to determine a custom location for the Lion
// fullscreen button. Returns NSZeroPoint to use the Lion default.
- (NSPoint)fullScreenButtonOriginAdjustment;

Powered by Google App Engine
This is Rietveld 408576698