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 |