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

Unified Diff: chrome/browser/ui/cocoa/browser/exclusive_access_controller_views.mm

Issue 2373943002: Mac: Don't call -[BWC layoutSubviews] before updating the fullscreen bubble. (Closed)
Patch Set: Layout() unused Created 4 years, 3 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/exclusive_access_controller_views.mm
diff --git a/chrome/browser/ui/cocoa/browser/exclusive_access_controller_views.mm b/chrome/browser/ui/cocoa/browser/exclusive_access_controller_views.mm
index 75f67cafe4cc5627cb36ff6ef159c87956e2b0d2..0fb29e0390c958764300abdce67015796109e587 100644
--- a/chrome/browser/ui/cocoa/browser/exclusive_access_controller_views.mm
+++ b/chrome/browser/ui/cocoa/browser/exclusive_access_controller_views.mm
@@ -80,11 +80,6 @@ void ExclusiveAccessController::Destroy() {
bubble_type_ = EXCLUSIVE_ACCESS_BUBBLE_TYPE_NONE;
}
-void ExclusiveAccessController::Layout(CGFloat max_y) {
- if (views_bubble_)
- views_bubble_->RepositionIfVisible();
-}
-
Profile* ExclusiveAccessController::GetProfile() {
return browser_->profile();
}

Powered by Google App Engine
This is Rietveld 408576698