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

Unified Diff: chrome/browser/tabs/tab_strip_model_unittest.cc

Issue 9473001: Extract minimal RenderViewHost interface for embedders, leaving (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Ready for initial review. Created 8 years, 10 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: chrome/browser/tabs/tab_strip_model_unittest.cc
diff --git a/chrome/browser/tabs/tab_strip_model_unittest.cc b/chrome/browser/tabs/tab_strip_model_unittest.cc
index a66a98e7bd2a7b09b881d30960b64ecf65414d60..cf5ac1be3f7e06d42f0bc1427f44007fac9e949b 100644
--- a/chrome/browser/tabs/tab_strip_model_unittest.cc
+++ b/chrome/browser/tabs/tab_strip_model_unittest.cc
@@ -140,7 +140,7 @@ class TabStripModelTest : public ChromeRenderViewHostTestHarness {
TabContentsWrapper* CreateTabContentsWithSharedRPH(
WebContents* web_contents) {
TabContentsWrapper* retval = Browser::TabContentsFactory(profile(),
- web_contents->GetRenderViewHost()->site_instance(), MSG_ROUTING_NONE,
+ web_contents->GetRenderViewHost()->GetSiteInstance(), MSG_ROUTING_NONE,
NULL, NULL);
EXPECT_EQ(retval->web_contents()->GetRenderProcessHost(),
web_contents->GetRenderProcessHost());

Powered by Google App Engine
This is Rietveld 408576698