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

Unified Diff: content/public/test/test_renderer_host.h

Issue 2296483002: Fix some unit_tests under PlzNavigate (Closed)
Patch Set: not in public interface Created 4 years, 4 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/public/test/test_renderer_host.h
diff --git a/content/public/test/test_renderer_host.h b/content/public/test/test_renderer_host.h
index 3a645cf51c92f2da3aae875fd2ba889c050eb873..76feee497d36405352f6322d5996c3f6b68f9bab 100644
--- a/content/public/test/test_renderer_host.h
+++ b/content/public/test/test_renderer_host.h
@@ -55,12 +55,7 @@ class RenderFrameHostTester {
// RenderViewHostTestEnabler instance (see below) to do this.
static RenderFrameHostTester* For(RenderFrameHost* host);
- // If the given NavigationController has a pending main frame, returns it,
- // otherwise NULL. This is an alternative to
- // WebContentsTester::GetPendingMainFrame() when your WebContents was not
- // created via a TestWebContents.
- static RenderFrameHost* GetPendingForController(
- NavigationController* controller);
+ static void CommitPendingLoad(NavigationController* controller);
virtual ~RenderFrameHostTester() {}
« no previous file with comments | « content/public/test/browser_side_navigation_test_utils.cc ('k') | content/public/test/test_renderer_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698