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

Unified Diff: chrome/browser/ui/views/tabs/tab_drag_controller.cc

Issue 25535005: Rename BrowserFrameAura to BrowserFrameAsh (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Nit as per jamescook@ Created 7 years, 2 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/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,

Powered by Google App Engine
This is Rietveld 408576698