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

Unified Diff: content/test/test_render_frame_host.h

Issue 946543003: PlzNavigate: have renderer-initiated navigations be same-process (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 fcf4a743655636f287c6fdd66b1c4cc16bcedf84..013a51c026f3c9d3fcb1514c054090928bd99195 100644
--- a/content/test/test_render_frame_host.h
+++ b/content/test/test_render_frame_host.h
@@ -86,6 +86,7 @@ class TestRenderFrameHost : public RenderFrameHostImpl,
const base::FilePath* file_path_for_history_item,
const std::vector<GURL>& redirects);
void SendBeginNavigationWithURL(const GURL& url, bool has_user_gesture);
+ void RendererRequestIfPlzNavigate(const GURL& url, bool has_user_gesture);
clamy 2015/02/23 10:52:34 This function should not have PlzNavigate in its n
carlosk 2015/03/04 19:42:41 Change was moved to another CL.
void DidDisownOpener();

Powered by Google App Engine
This is Rietveld 408576698