diff options
Diffstat (limited to 'chrome/browser/tabs/dragged_tab_controller.cc')
-rw-r--r-- | chrome/browser/tabs/dragged_tab_controller.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/browser/tabs/dragged_tab_controller.cc b/chrome/browser/tabs/dragged_tab_controller.cc index 0e7ac34..c522276 100644 --- a/chrome/browser/tabs/dragged_tab_controller.cc +++ b/chrome/browser/tabs/dragged_tab_controller.cc @@ -727,10 +727,6 @@ bool DraggedTabController::CompleteDrag() { destroy_immediately = false; } else { // Compel the model to construct a new window for the detached TabContents. - // TODO(beng): this is here for one cycle only to see if it's - // dragged_contents_ that's getting freed, or something else. - dragged_contents_->GetContentHWND(); - dragged_contents_->GetTitle().size(); source_tabstrip_->model()->TearOffTabContents( dragged_contents_, GetWindowCreatePoint()); |