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

Unified Diff: chrome/browser/safe_browsing/safe_browsing_blocking_page_unittest.cc

Issue 9838009: Clean up a few TODO items. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Respond to review comments. Created 8 years, 9 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/safe_browsing/safe_browsing_blocking_page_unittest.cc
diff --git a/chrome/browser/safe_browsing/safe_browsing_blocking_page_unittest.cc b/chrome/browser/safe_browsing/safe_browsing_blocking_page_unittest.cc
index 581358db748e43dba18a31f2c3ca5d9dd9c70c05..3d5588961a64963378b491d25a682de40b3f8cfa 100644
--- a/chrome/browser/safe_browsing/safe_browsing_blocking_page_unittest.cc
+++ b/chrome/browser/safe_browsing/safe_browsing_blocking_page_unittest.cc
@@ -126,7 +126,7 @@ class SafeBrowsingBlockingPageTest : public ChromeRenderViewHostTestHarness {
// The pending RVH should commit for cross-site navigations.
content::RenderViewHost* rvh = is_cross_site ?
- WebContentsTester::For(contents())->pending_rvh() :
+ WebContentsTester::For(contents())->GetPendingRenderViewHost() :
contents()->GetRenderViewHost();
WebContentsTester::For(contents())->TestDidNavigate(
rvh,

Powered by Google App Engine
This is Rietveld 408576698