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

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

Issue 9473001: Extract minimal RenderViewHost interface for embedders, leaving (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge to LKGR, fix a weird runtime issue. 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/test/base/browser_with_test_window_test.cc
diff --git a/chrome/test/base/browser_with_test_window_test.cc b/chrome/test/base/browser_with_test_window_test.cc
index a948f806d866d24a64370faa5d7b19ddac796566..e61e31fb664e6ad03dd4840414d51862e6d790e2 100644
--- a/chrome/test/base/browser_with_test_window_test.cc
+++ b/chrome/test/base/browser_with_test_window_test.cc
@@ -123,7 +123,7 @@ void BrowserWithTestWindowTest::CommitPendingLoad(
} else {
test_rvh->SendNavigateWithTransition(
controller->GetWebContents()->
- GetMaxPageIDForSiteInstance(test_rvh->site_instance()) + 1,
+ GetMaxPageIDForSiteInstance(test_rvh->GetSiteInstance()) + 1,
controller->GetPendingEntry()->GetURL(),
controller->GetPendingEntry()->GetTransitionType());
}

Powered by Google App Engine
This is Rietveld 408576698