| Index: chrome/browser/views/find_bar_host_browsertest.cc
|
| diff --git a/chrome/browser/views/find_bar_host_browsertest.cc b/chrome/browser/views/find_bar_host_browsertest.cc
|
| index 6c108dec150e5387991be379c2dbd25b223a7dc5..35b1b6e0ee32162408755e57ed3de11482164e4c 100644
|
| --- a/chrome/browser/views/find_bar_host_browsertest.cc
|
| +++ b/chrome/browser/views/find_bar_host_browsertest.cc
|
| @@ -419,7 +419,7 @@ IN_PROC_BROWSER_TEST_F(FindInPageControllerTest,
|
| // Make sure Find box disappears on Navigate but not on Refresh.
|
| // Flaky, see http://crbug.com/16447.
|
| IN_PROC_BROWSER_TEST_F(FindInPageControllerTest,
|
| - DISABLED_FindDisappearOnNavigate) {
|
| + FLAKY_FindDisappearOnNavigate) {
|
| HTTPTestServer* server = StartHTTPServer();
|
|
|
| // First we navigate to our special focus tracking page.
|
| @@ -497,7 +497,7 @@ IN_PROC_BROWSER_TEST_F(FindInPageControllerTest,
|
| // Make sure Find box moves out of the way if it is obscuring the active match.
|
| // Flaky, see http://crbug.com/16447.
|
| IN_PROC_BROWSER_TEST_F(FindInPageControllerTest,
|
| - DISABLED_FindMovesWhenObscuring) {
|
| + FLAKY_FindMovesWhenObscuring) {
|
| HTTPTestServer* server = StartHTTPServer();
|
|
|
| GURL url = server->TestServerPageW(kMoveIfOver);
|
|
|