Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(829)

Unified Diff: content/browser/web_contents/aura/overscroll_navigation_overlay_unittest.cc

Issue 1151973005: Bring RFH/RVH unit tests closer to reality of how RF/RV are initialized (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add workaround to <webview> bug (492830) Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 f4f694797d94058972b41fd5edd8429f6d5d08d6..1067d15ea3fa5e2ed1b7621598a7cb2b919d03c6 100644
--- a/content/browser/web_contents/aura/overscroll_navigation_overlay_unittest.cc
+++ b/content/browser/web_contents/aura/overscroll_navigation_overlay_unittest.cc
@@ -39,7 +39,6 @@ class OverscrollTestWebContents : public TestWebContents {
OverscrollTestWebContents* web_contents = new OverscrollTestWebContents(
browser_context, fake_native_view.Pass(), fake_contents_window.Pass());
web_contents->Init(WebContents::CreateParams(browser_context, instance));
- web_contents->RenderFrameCreated(web_contents->GetMainFrame());
return web_contents;
}

Powered by Google App Engine
This is Rietveld 408576698