| Index: chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc
|
| diff --git a/chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc b/chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc
|
| index 5f5831b13634040dbf4cf6d8747c2df86d968928..d387a0550869d044c1b2defea4fd6910dd93af3d 100644
|
| --- a/chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc
|
| +++ b/chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc
|
| @@ -161,15 +161,6 @@ TabDragControllerTest::TabDragControllerTest()
|
| TabDragControllerTest::~TabDragControllerTest() {
|
| }
|
|
|
| -void TabDragControllerTest::SetUp() {
|
| - // TODO(danakj): Remove this when the tests are not flaky (crbug.com/270065)
|
| - // or we use test contexts in the renderer to keep things fast enough to
|
| - // avoid the flake (crbug.com/270918).
|
| - UseRealGLBindings();
|
| -
|
| - InProcessBrowserTest::SetUp();
|
| -}
|
| -
|
| void TabDragControllerTest::StopAnimating(TabStrip* tab_strip) {
|
| tab_strip->StopAnimating(true);
|
| }
|
|
|