| Index: chrome/browser/ui/find_bar/find_bar_host_browsertest.cc
|
| diff --git a/chrome/browser/ui/find_bar/find_bar_host_browsertest.cc b/chrome/browser/ui/find_bar/find_bar_host_browsertest.cc
|
| index 3616e43621ad6fc48de04710088ca4b9c561b169..b33892eef18cfad094d8c186d1409bb1dff7ff42 100644
|
| --- a/chrome/browser/ui/find_bar/find_bar_host_browsertest.cc
|
| +++ b/chrome/browser/ui/find_bar/find_bar_host_browsertest.cc
|
| @@ -87,13 +87,6 @@ class FindInPageControllerTest : public InProcessBrowserTest {
|
| chrome::DisableFindBarAnimationsDuringTesting(true);
|
| }
|
|
|
| - // Disable new downloads UI as it is very very slow. https://crbug.com/526577
|
| - // TODO(dbeam): remove this once the downloads UI is not slow.
|
| - void SetUpCommandLine(base::CommandLine* command_line) override {
|
| - InProcessBrowserTest::SetUpCommandLine(command_line);
|
| - command_line->AppendSwitch(switches::kDisableMaterialDesignDownloads);
|
| - }
|
| -
|
| protected:
|
| bool GetFindBarWindowInfoForBrowser(
|
| Browser* browser, gfx::Point* position, bool* fully_visible) {
|
|
|