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

Unified Diff: net/url_request/url_request.h

Issue 1905033002: PlzNavigate: Move navigation-level mixed content checks to the browser. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@console-security-message
Patch Set: Addressed all jam@ latest comments. 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: net/url_request/url_request.h
diff --git a/net/url_request/url_request.h b/net/url_request/url_request.h
index e1406f33633922e9ebc4625d62b3518b409d361c..134f8833c9009628f88055281357b1a57cf8fc2f 100644
--- a/net/url_request/url_request.h
+++ b/net/url_request/url_request.h
@@ -590,6 +590,9 @@ class NET_EXPORT URLRequest : NON_EXPORTED_BASE(public base::NonThreadSafe),
// response to an OnReceivedRedirect call.
void FollowDeferredRedirect();
+ // Returns the URL of a redirect that has been previously deferred.
+ const GURL& GetDeferredRedirectUrl();
jam 2017/01/09 21:15:46 nit: i believe these net changes aren't needed any
carlosk 2017/01/10 19:13:11 Yes, I spun this off, changed it there and forgot
+
// One of the following two methods should be called in response to an
// OnAuthRequired() callback (and only then).
// SetAuth will reissue the request with the given credentials.

Powered by Google App Engine
This is Rietveld 408576698