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

Unified Diff: content/test/test_render_view_host.cc

Issue 101573003: Add the navigation redirect-chain to Sync sessions proto for offline analysis. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments from creis on patch set 43. Created 6 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: content/test/test_render_view_host.cc
diff --git a/content/test/test_render_view_host.cc b/content/test/test_render_view_host.cc
index 38facdbad096320ffa067b8f4b93caa9b7baf2d5..5ec17f16eeb94051c2bed8ff5bc631349ca40b10 100644
--- a/content/test/test_render_view_host.cc
+++ b/content/test/test_render_view_host.cc
@@ -328,7 +328,7 @@ void TestRenderViewHost::SendNavigateWithParameters(
main_render_frame_host_->SendNavigateWithParameters(
page_id, url, transition, original_request_url, response_code,
- file_path_for_history_item);
+ file_path_for_history_item, std::vector<GURL>());
}
void TestRenderViewHost::SendShouldCloseACK(bool proceed) {

Powered by Google App Engine
This is Rietveld 408576698