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

Unified Diff: content/public/test/test_renderer_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: Another round of fixes. 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/public/test/test_renderer_host.h
diff --git a/content/public/test/test_renderer_host.h b/content/public/test/test_renderer_host.h
index 9945d8719efeb0313d34cb828a78a97acaa288bc..fc12cbebf65935a494dbfdd70b397d6d5275bdcd 100644
--- a/content/public/test/test_renderer_host.h
+++ b/content/public/test/test_renderer_host.h
@@ -132,11 +132,12 @@ class RenderViewHostTester {
virtual ~RenderViewHostTester() {}
// Gives tests access to RenderViewHostImpl::CreateRenderView.
- virtual bool CreateRenderView(const base::string16& frame_name,
- int opener_route_id,
- int proxy_routing_id,
- int32 max_page_id,
- bool created_with_opener) = 0;
+ virtual bool CreateTestRenderView(
+ const base::string16& frame_name,
+ int opener_route_id,
+ int proxy_routing_id,
+ int32 max_page_id,
+ bool created_with_opener) = 0;
// Makes the WasHidden/WasShown calls to the RenderWidget that
// tell it it has been hidden or restored from having been hidden.

Powered by Google App Engine
This is Rietveld 408576698