Commit 76e0bcba authored by ben@chromium.org's avatar ben@chromium.org

Add extra delegate method to mac unit test.

TBR=pinkerton

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20058 0039d316-1c4b-4281-b951-d872f2087c98
parent dbfd2ef4
......@@ -26,6 +26,10 @@ class TestTabStripDelegate : public TabStripModelDelegate {
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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment