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

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

Issue 2256993002: [Mac] Reworked FullscreenToolbarController (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix for erikchen Created 4 years, 4 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_private.h
diff --git a/chrome/browser/ui/cocoa/browser_window_controller_private.h b/chrome/browser/ui/cocoa/browser_window_controller_private.h
index b9c812863c7b8ac8f61320d1254826556061ed0e..4862e0bd3b535435a2ec92976ff991e462c5f357 100644
--- a/chrome/browser/ui/cocoa/browser_window_controller_private.h
+++ b/chrome/browser/ui/cocoa/browser_window_controller_private.h
@@ -94,8 +94,8 @@ class WebContents;
- (void)disableBarVisibilityUpdates;
// If there are no visibility locks and bar visibity updates are enabled, hides
-// the bar with |animation| and |delay|. Otherwise, does nothing.
-- (void)hideOverlayIfPossibleWithAnimation:(BOOL)animation delay:(BOOL)delay;
+// the bar with |animation|. Otherwise, does nothing.
+- (void)hideOverlayIfPossibleWithAnimation:(BOOL)animation;
// The opacity for the toolbar divider; 0 means that it shouldn't be shown.
- (CGFloat)toolbarDividerOpacity;
« no previous file with comments | « chrome/browser/ui/cocoa/browser_window_controller.mm ('k') | chrome/browser/ui/cocoa/browser_window_controller_private.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698