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

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

Issue 137993009: Remove more non-aura windows code. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: renable the disabled tests Created 6 years, 11 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.h
===================================================================
--- chrome/browser/ui/views/tabs/tab_drag_controller.h (revision 244775)
+++ chrome/browser/ui/views/tabs/tab_drag_controller.h (working copy)
@@ -49,7 +49,7 @@
// can happen (this state is referred to as detached):
// . If |detach_into_browser_| is true then a new Browser is created and
// RunMoveLoop() is invoked on the Widget to drag the browser around. This is
-// the default on aura.
+// the default on aura except in Metro mode on Win 8.
// . If |detach_into_browser_| is false a small representation of the active tab
// is created and that is dragged around. This mode does not run a nested
// message loop.
@@ -114,10 +114,6 @@
// Returns true if there is a drag underway.
static bool IsActive();
- // Used to determine whether the tab drag controller detaches dragged tabs
- // into new browser windows while the drag is in process.
- static bool ShouldDetachIntoNewBrowser();
-
// Sets the move behavior. Has no effect if started_drag() is true.
void SetMoveBehavior(MoveBehavior behavior);
MoveBehavior move_behavior() const { return move_behavior_; }
« no previous file with comments | « chrome/browser/ui/views/tabs/dragged_tab_view.cc ('k') | chrome/browser/ui/views/tabs/tab_drag_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698