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

Unified Diff: content/test/test_render_view_host.h

Issue 1142123002: Remove swapped-out usage in --site-per-process. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Readd back overriden version of CreateRenderView in TestRenderViewHost. Fixes CleanUpSwappedOutRVHO… Created 5 years, 6 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_view_host.h
diff --git a/content/test/test_render_view_host.h b/content/test/test_render_view_host.h
index d3869ded8dbf9efcc6f5dbb2f304f5e168e160af..8512fa21e170236fccc62b7ac56187d26405ab94 100644
--- a/content/test/test_render_view_host.h
+++ b/content/test/test_render_view_host.h
@@ -232,12 +232,19 @@ class TestRenderViewHost
// RenderWidgetHost overrides (same value, but in the Mock* type)
MockRenderProcessHost* GetProcess() const override;
+ bool CreateTestRenderView(const base::string16& frame_name,
+ int opener_route_id,
+ int proxy_route_id,
+ int32 max_page_id,
+ bool window_was_created_with_opener) override;
+
// RenderViewHost overrides --------------------------------------------------
bool CreateRenderView(const base::string16& frame_name,
int opener_route_id,
int proxy_route_id,
int32 max_page_id,
+ const FrameReplicationState& replicated_frame_state,
Charlie Reis 2015/06/04 22:27:31 I think we're supposed to declare this class at th
nasko 2015/06/04 23:38:36 It is likely trickling in through another include,
bool window_was_created_with_opener) override;
bool IsFullscreenGranted() const override;

Powered by Google App Engine
This is Rietveld 408576698