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

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

Issue 9565004: Revert 124385 - Allows tab dragging when maximized on aura. To fix it I made it so (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 10 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
« no previous file with comments | « ash/wm/workspace/workspace_window_resizer.cc ('k') | chrome/browser/ui/views/tabs/tab_drag_controller2.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/tabs/tab_drag_controller2.h
===================================================================
--- chrome/browser/ui/views/tabs/tab_drag_controller2.h (revision 124386)
+++ chrome/browser/ui/views/tabs/tab_drag_controller2.h (working copy)
@@ -279,10 +279,6 @@
const gfx::Point& screen_point,
std::vector<gfx::Rect>* drag_bounds);
- // Marks whether |window| is constrained. While dragging we set this to false
- // to allow maximized windows to move any where.
- void SetTrackedByWorkspace(gfx::NativeWindow window, bool value);
-
// Handles registering for notifications.
content::NotificationRegistrar registrar_;
« no previous file with comments | « ash/wm/workspace/workspace_window_resizer.cc ('k') | chrome/browser/ui/views/tabs/tab_drag_controller2.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698