| Index: chrome/browser/tabs/tab_strip_model_unittest.cc
|
| ===================================================================
|
| --- chrome/browser/tabs/tab_strip_model_unittest.cc (revision 19992)
|
| +++ chrome/browser/tabs/tab_strip_model_unittest.cc (working copy)
|
| @@ -36,6 +36,10 @@
|
| const DockInfo& dock_info) {
|
| return NULL;
|
| }
|
| + virtual void ContinueDraggingDetachedTab(TabContents* contents,
|
| + const gfx::Rect& window_bounds,
|
| + const gfx::Rect& tab_bounds) {
|
| + }
|
| virtual int GetDragActions() const { return 0; }
|
| virtual TabContents* CreateTabContentsForURL(
|
| const GURL& url,
|
|
|