| Index: content/browser/web_contents/aura/overscroll_navigation_overlay.h
|
| diff --git a/content/browser/web_contents/aura/overscroll_navigation_overlay.h b/content/browser/web_contents/aura/overscroll_navigation_overlay.h
|
| index 2488d888a3102a3aca03b22785c9d05a780898c7..7ee72bd4a2308dcae087165a80708fabee70176a 100644
|
| --- a/content/browser/web_contents/aura/overscroll_navigation_overlay.h
|
| +++ b/content/browser/web_contents/aura/overscroll_navigation_overlay.h
|
| @@ -58,6 +58,8 @@ class CONTENT_EXPORT OverscrollNavigationOverlay
|
| FRIEND_TEST_ALL_PREFIXES(OverscrollNavigationOverlayTest, OverlayWindowSwap);
|
| FRIEND_TEST_ALL_PREFIXES(OverscrollNavigationOverlayTest,
|
| CloseDuringAnimation);
|
| + FRIEND_TEST_ALL_PREFIXES(OverscrollNavigationOverlayTest,
|
| + ImmediateLoadOnNavigate);
|
|
|
| // Resets state and starts observing |web_contents_| for page load/paint
|
| // updates. This function makes sure that the screenshot window is stacked
|
|
|