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

Unified Diff: content/browser/web_contents/web_contents_impl_unittest.cc

Issue 2657323003: Convert HistoryTabHelper to use the new navigation callbacks. (Closed)
Patch Set: better fix to send this data from the renderer initially Created 3 years, 11 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: content/browser/web_contents/web_contents_impl_unittest.cc
diff --git a/content/browser/web_contents/web_contents_impl_unittest.cc b/content/browser/web_contents/web_contents_impl_unittest.cc
index ebe84c7a4012b9cd19354629717a9ab49a94c323..1f21ff6d89a3d62a8f0ded30aadf7cd678d72d3c 100644
--- a/content/browser/web_contents/web_contents_impl_unittest.cc
+++ b/content/browser/web_contents/web_contents_impl_unittest.cc
@@ -434,6 +434,7 @@ TEST_F(WebContentsImplTest, DirectNavigationToViewSourceWebUI) {
main_test_rfh()->PrepareForCommit();
main_test_rfh()->OnMessageReceived(
FrameHostMsg_DidStartProvisionalLoad(1, kRewrittenURL,
+ std::vector<GURL>(),
base::TimeTicks::Now()));
main_test_rfh()->SendNavigateWithParams(&params);

Powered by Google App Engine
This is Rietveld 408576698