| 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 1224010261fb504cd0b4c50922dd463814bd08f6..85e10f8cd273ded3b724076fedee70c6703c7d20 100644
|
| --- a/chrome/browser/ui/find_bar/find_bar_host_browsertest.cc
|
| +++ b/chrome/browser/ui/find_bar/find_bar_host_browsertest.cc
|
| @@ -312,7 +312,7 @@ IN_PROC_BROWSER_TEST_F(FindInPageControllerTest, FindInPageFormsTextAreas) {
|
| IN_PROC_BROWSER_TEST_F(FindInPageControllerTest, MAYBE_SearchWithinSpecialURL) {
|
| // TODO(tsergeant): Get this test working on MD History, which loads very
|
| // asynchronously and causes this test to fail.
|
| - MdHistoryUI::DisableForTesting();
|
| + MdHistoryUI::SetEnabledForTesting(false);
|
|
|
| WebContents* web_contents =
|
| browser()->tab_strip_model()->GetActiveWebContents();
|
|
|