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; |