| Index: chrome/browser/ui/views/tabs/tab_drag_controller.cc
|
| diff --git a/chrome/browser/ui/views/tabs/tab_drag_controller.cc b/chrome/browser/ui/views/tabs/tab_drag_controller.cc
|
| index a5dd83184bf59e082e30d24ef8e8f6574f210c1f..c5c29447a025561581671cbe0df2400b8a2fb45f 100644
|
| --- a/chrome/browser/ui/views/tabs/tab_drag_controller.cc
|
| +++ b/chrome/browser/ui/views/tabs/tab_drag_controller.cc
|
| @@ -217,9 +217,9 @@ bool DoesRectContainVerticalPointExpanded(
|
|
|
| // WidgetObserver implementation that resets the window position managed
|
| // property on Show.
|
| -// We're forced to do this here since BrowserFrameAura resets the 'window
|
| +// We're forced to do this here since BrowserFrameAsh resets the 'window
|
| // position managed' property during a show and we need the property set to
|
| -// false before WorkspaceLayoutManager2 sees the visibility change.
|
| +// false before WorkspaceLayoutManager sees the visibility change.
|
| class WindowPositionManagedUpdater : public views::WidgetObserver {
|
| public:
|
| virtual void OnWidgetVisibilityChanged(views::Widget* widget,
|
|
|