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

Unified Diff: net/url_request/url_request.h

Issue 7273081: Upstream android net related code (part 2) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 6 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 bf1cb842dc1abc5fd4a538e68b218bd171baa6ee..cec51359bab6c57348ca071080bb79000b7e7c50 100644
--- a/net/url_request/url_request.h
+++ b/net/url_request/url_request.h
@@ -201,6 +201,10 @@ class NET_API URLRequest : NON_EXPORTED_BASE(public base::NonThreadSafe) {
const std::string& cookie_line,
CookieOptions* options);
+ // Called when an X-Auto-Login header is seen. |value| is the
darin (slow to review) 2011/07/01 17:46:21 i don't know why we need the network stack to know
+ // value associated with that header.
+ virtual void OnAutoLogin(URLRequest* request, const std::string& value);
+
// After calling Start(), the delegate will receive an OnResponseStarted
// callback when the request has completed. If an error occurred, the
// request->status() will be set. On success, all redirects have been

Powered by Google App Engine
This is Rietveld 408576698