diff options
Diffstat (limited to 'chrome/browser/tabs/tab_strip_model.h')
-rw-r--r-- | chrome/browser/tabs/tab_strip_model.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/browser/tabs/tab_strip_model.h b/chrome/browser/tabs/tab_strip_model.h index 52bb3d6..8e3fa61 100644 --- a/chrome/browser/tabs/tab_strip_model.h +++ b/chrome/browser/tabs/tab_strip_model.h @@ -534,10 +534,6 @@ class TabStripModel : public NotificationObserver { // The specified contents should be opened in a new tabstrip. Returns the // Browser that holds it. - // TODO(pinkerton): I really don't like the fact that this is returning a - // Browser object, there may be some better abstraction we can achieve that - // the Browser implements, but for now, we'll experiment with returning - // that type. Browser* TearOffTabContents(TabContents* detached_contents, const gfx::Rect& window_bounds, const DockInfo& dock_info); |