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 4649e8c6b5c6f2f725efae5a9a26a8f4ee4a6d5f..25694d7b55e3a2def3eaef7162ff3527f2675d58 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(); |