| 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();
|
| }
|
|
|