summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/tabs
diff options
context:
space:
mode:
authorben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-11-03 19:43:47 +0000
committerben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-11-03 19:43:47 +0000
commit6a951292f660b48c79ec72e74f68c4c6e4adebe1 (patch)
treee4a80781d2bbd544aff2fb63f09f80ab1cbd27fa /chrome/browser/views/tabs
parent8822d9730d5f30a5863d6fa5da36d967b25b8c68 (diff)
downloadchromium_src-6a951292f660b48c79ec72e74f68c4c6e4adebe1.zip
chromium_src-6a951292f660b48c79ec72e74f68c4c6e4adebe1.tar.gz
chromium_src-6a951292f660b48c79ec72e74f68c4c6e4adebe1.tar.bz2
check in for one cycle to see if this fixes the dist tests.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4474 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/views/tabs')
-rw-r--r--chrome/browser/views/tabs/dragged_tab_controller.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/views/tabs/dragged_tab_controller.cc b/chrome/browser/views/tabs/dragged_tab_controller.cc
index 4da9dba..b79759f 100644
--- a/chrome/browser/views/tabs/dragged_tab_controller.cc
+++ b/chrome/browser/views/tabs/dragged_tab_controller.cc
@@ -107,7 +107,8 @@ DraggedTabController::~DraggedTabController() {
// contents to NULL, otherwise if the view is animating to its destination
// bounds, it won't be able to clean up properly since its cleanup routine
// uses GetIndexForDraggedContents, which will be invalid.
- view_.reset(NULL);
+ //Commenting out for one cycle to see if this fixes dist tests.
+ //view_.reset(NULL);
ChangeDraggedContents(NULL); // This removes our observer.
}