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

Unified Diff: content/test/test_render_view_host.h

Issue 457003002: [site isolation] cross-site transfers should track the RenderFrameHost, not the View (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Self-review fixes Created 6 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
« no previous file with comments | « content/public/test/test_renderer_host.cc ('k') | content/test/test_render_view_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/test_render_view_host.h
diff --git a/content/test/test_render_view_host.h b/content/test/test_render_view_host.h
index 5dd8a946eb829e747cb07225514d800cb4c3a548..81ff5d2a7e326d3a1492841ed0b79f295eda75e7 100644
--- a/content/test/test_render_view_host.h
+++ b/content/test/test_render_view_host.h
@@ -368,6 +368,7 @@ class RenderViewHostImplTestHarness : public RenderViewHostTestHarness {
TestRenderViewHost* pending_test_rvh();
TestRenderViewHost* active_test_rvh();
TestRenderFrameHost* main_test_rfh();
+ TestRenderFrameHost* pending_main_test_rfh();
TestWebContents* contents();
private:
« no previous file with comments | « content/public/test/test_renderer_host.cc ('k') | content/test/test_render_view_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698