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

Unified Diff: content/test/test_web_contents.cc

Issue 2239273002: Don't use SSLStatus from FrameHostMsg_DidCommitProvisionalLoad and instead cache it on the browser … (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments Created 4 years, 4 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_web_contents.cc
diff --git a/content/test/test_web_contents.cc b/content/test/test_web_contents.cc
index e372ce962e570540edb8b57d7ae1f76509b6017d..7807ffaa804cd54659f481ace694e51416a16efd 100644
--- a/content/test/test_web_contents.cc
+++ b/content/test/test_web_contents.cc
@@ -135,7 +135,6 @@ void TestWebContents::TestDidNavigateWithReferrer(
params.searchable_form_url = GURL();
params.searchable_form_encoding = std::string();
params.did_create_new_entry = did_create_new_entry;
- params.security_info = std::string();
params.gesture = NavigationGestureUser;
params.was_within_same_page = false;
params.method = "GET";

Powered by Google App Engine
This is Rietveld 408576698