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

Unified Diff: chrome/browser/views/tabs/dragged_tab_controller.h

Issue 151169: Improves tab overview. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 6 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 | « no previous file | chrome/browser/views/tabs/tab_overview_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/views/tabs/dragged_tab_controller.h
===================================================================
--- chrome/browser/views/tabs/dragged_tab_controller.h (revision 19730)
+++ chrome/browser/views/tabs/dragged_tab_controller.h (working copy)
@@ -68,6 +68,12 @@
// Returns true if the specified Tab matches the Tab being dragged.
bool IsDragSourceTab(Tab* tab) const;
+
+
+ TabContents* dragged_contents() { return dragged_contents_; }
+
+
+
private:
class DockDisplayer;
friend class DockDisplayer;
« no previous file with comments | « no previous file | chrome/browser/views/tabs/tab_overview_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698