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

Unified Diff: chrome/test/base/browser_with_test_window_test.cc

Issue 8949061: Move a bunch of methods from TabContents into the WebContents interface. This change either moves... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years 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: chrome/test/base/browser_with_test_window_test.cc
===================================================================
--- chrome/test/base/browser_with_test_window_test.cc (revision 115435)
+++ chrome/test/base/browser_with_test_window_test.cc (working copy)
@@ -78,7 +78,7 @@
TestRenderViewHostForTab(controller->tab_contents());
TestRenderViewHost* pending_rvh = static_cast<TestRenderViewHost*>(
- controller->tab_contents()->render_manager_for_testing()->
+ controller->tab_contents()->GetRenderManagerForTesting()->
pending_render_view_host());
if (pending_rvh) {
// Simulate the ShouldClose_ACK that is received from the current renderer
« no previous file with comments | « chrome/browser/ui/webui/web_ui_unittest.cc ('k') | content/browser/renderer_host/render_view_host_manager_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698