| Index: chrome/browser/ui/cocoa/translate/translate_bubble_controller.mm
|
| diff --git a/chrome/browser/ui/cocoa/translate/translate_bubble_controller.mm b/chrome/browser/ui/cocoa/translate/translate_bubble_controller.mm
|
| index 75d30552b027833bfc7b8ec7c90734fa41608ab7..e7f0f2f095fe85441d5125d56f8c038e493f29cb 100644
|
| --- a/chrome/browser/ui/cocoa/translate/translate_bubble_controller.mm
|
| +++ b/chrome/browser/ui/cocoa/translate/translate_bubble_controller.mm
|
| @@ -150,10 +150,6 @@ const CGFloat kContentWidth = kWindowWidth - 2 * kFramePadding;
|
| backing:NSBackingStoreBuffered
|
| defer:NO]);
|
|
|
| - // Disable animations - otherwise, the window/controller will outlive the web
|
| - // contents it's associated with.
|
| - [window setAllowedAnimations:info_bubble::kAnimateNone];
|
| -
|
| if ((self = [super initWithWindow:window
|
| parentWindow:parentWindow
|
| anchoredAt:NSZeroPoint])) {
|
|
|