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

Unified Diff: content/test/test_web_contents.h

Issue 1306053008: Avoid creating a RenderWidgetHostView for proxies. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: recreate WidgetViews when reusing RenderView Created 5 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
Index: content/test/test_web_contents.h
diff --git a/content/test/test_web_contents.h b/content/test/test_web_contents.h
index 17134f2bf0e76ee59f92c8afccbed84718157ad3..ab7b2b8f41e22f9edc61d44bf0dc5dbae1f066b4 100644
--- a/content/test/test_web_contents.h
+++ b/content/test/test_web_contents.h
@@ -72,8 +72,7 @@ class TestWebContents : public WebContentsImpl, public WebContentsTester {
RenderViewHost* render_view_host,
int opener_frame_routing_id,
int proxy_routing_id,
- const FrameReplicationState& replicated_frame_state,
- bool for_main_frame) override;
+ const FrameReplicationState& replicated_frame_state) override;
void UpdateRenderViewSizeForRenderManager() override {}
// Returns a clone of this TestWebContents. The returned object is also a

Powered by Google App Engine
This is Rietveld 408576698