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

Unified Diff: content/test/test_web_contents.h

Issue 701953006: PlzNavigate: Speculatively spawns a renderer process for navigations. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase and one more round of CR work. Created 6 years 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/test/test_web_contents.h
diff --git a/content/test/test_web_contents.h b/content/test/test_web_contents.h
index 8e3c2b55f382e97046ed300a1fbcd5cd4df6e19a..17faf9edacb3523e0b7a47c4d7d53f25e089780c 100644
--- a/content/test/test_web_contents.h
+++ b/content/test/test_web_contents.h
@@ -36,6 +36,7 @@ class TestWebContents : public WebContentsImpl, public WebContentsTester {
// WebContentsTester implementation.
void CommitPendingNavigation() override;
TestRenderFrameHost* GetPendingMainFrame() const override;
+ TestRenderFrameHost* GetSpeculativeMainFrame() const override;
void NavigateAndCommit(const GURL& url) override;
void TestSetIsLoading(bool value) override;
void ProceedWithCrossSiteNavigation() override;

Powered by Google App Engine
This is Rietveld 408576698