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

Unified Diff: content/test/test_render_frame_host.h

Issue 2157153003: Call WillStartRequestForTesting in TestRenderFrameHost (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge session / remove DCHECK Created 4 years, 5 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/test/test_render_frame_host.h
diff --git a/content/test/test_render_frame_host.h b/content/test/test_render_frame_host.h
index 32aa044e8642512e2c6c42b0dba68e42a62e1b95..bd6676b7d60e35fece073ca99ed3f631942c7e49 100644
--- a/content/test/test_render_frame_host.h
+++ b/content/test/test_render_frame_host.h
@@ -149,6 +149,8 @@ class TestRenderFrameHost : public RenderFrameHostImpl,
// Computes the page ID for a pending navigation in this RenderFrameHost;
int32_t ComputeNextPageID();
+ void SimulateWillStartRequest();
+
TestRenderFrameHostCreationObserver child_creation_observer_;
std::string contents_mime_type_;

Powered by Google App Engine
This is Rietveld 408576698