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

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

Issue 1650483002: Refactor: Untangle Mac's ExclusiveAccessContext from BrowserWindow (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rename accessor Created 4 years, 11 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/exclusive_access_bubble_window_controller.h
diff --git a/chrome/browser/ui/cocoa/exclusive_access_bubble_window_controller.h b/chrome/browser/ui/cocoa/exclusive_access_bubble_window_controller.h
index afb97060796af1b48410f5006eb06db38d594d71..01dc620c3c787ceec331abff2033d7b66e5a782c 100644
--- a/chrome/browser/ui/cocoa/exclusive_access_bubble_window_controller.h
+++ b/chrome/browser/ui/cocoa/exclusive_access_bubble_window_controller.h
@@ -57,6 +57,6 @@ class Profile;
- (void)closeImmediately;
// Positions the exclusive access bubble in the top-center of the window.
-- (void)positionInWindowAtTop:(CGFloat)maxY width:(CGFloat)maxWidth;
+- (void)positionInWindowAtTop:(CGFloat)maxY;
@end

Powered by Google App Engine
This is Rietveld 408576698