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

Unified Diff: content/test/test_web_contents.cc

Issue 30323002: [DRAFT] Create RenderFrameHostManager. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 1 month 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.cc
diff --git a/content/test/test_web_contents.cc b/content/test/test_web_contents.cc
index 4a4ad0494801707d7b252624e0ddfbd98ffd21ec..76d347d3480d5cc833ddcd37a4979b253f2a4a79 100644
--- a/content/test/test_web_contents.cc
+++ b/content/test/test_web_contents.cc
@@ -43,7 +43,7 @@ TestWebContents::~TestWebContents() {
}
RenderViewHost* TestWebContents::GetPendingRenderViewHost() const {
- return GetRenderManager()->pending_render_view_host_;
+ return GetRenderManager()->pending_render_view_host();
}
TestRenderViewHost* TestWebContents::pending_test_rvh() const {
« content/browser/loader/resource_loader.cc ('K') | « content/renderer/render_view_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698