| Index: content/browser/web_contents/aura/overscroll_navigation_overlay_unittest.cc
|
| diff --git a/content/browser/web_contents/aura/overscroll_navigation_overlay_unittest.cc b/content/browser/web_contents/aura/overscroll_navigation_overlay_unittest.cc
|
| index 97dd750160c48838de78b3654247530be7afe989..9d43e9296a76789082fb2be842005c6d56feb338 100644
|
| --- a/content/browser/web_contents/aura/overscroll_navigation_overlay_unittest.cc
|
| +++ b/content/browser/web_contents/aura/overscroll_navigation_overlay_unittest.cc
|
| @@ -307,7 +307,6 @@ TEST_F(OverscrollNavigationOverlayTest, Navigation_LoadingUpdate) {
|
| // this is a "safety net" in case we mis-identify the destination webpage
|
| // (which can happen if a new navigation is performed while while a GestureNav
|
| // navigation is in progress).
|
| - contents()->TestSetIsLoading(true);
|
| contents()->TestSetIsLoading(false);
|
| EXPECT_FALSE(GetOverlay()->web_contents());
|
| NavigationEntry* pending = contents()->GetController().GetPendingEntry();
|
|
|