diff options
Diffstat (limited to 'net/url_request/url_request_context.h')
-rw-r--r-- | net/url_request/url_request_context.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/net/url_request/url_request_context.h b/net/url_request/url_request_context.h index 36b42b3..51a6066 100644 --- a/net/url_request/url_request_context.h +++ b/net/url_request/url_request_context.h @@ -112,20 +112,6 @@ class URLRequestContext referrer_charset_ = charset; } - // Called before adding cookies to requests. Returns true if cookie can - // be added to the request. The cookie might still be modified though. - virtual bool InterceptRequestCookies(const URLRequest* request, - const std::string& cookies) const { - return true; - } - - // Called before adding cookies from respones to the cookie monster. Returns - // true if the cookie can be added. The cookie might still be modified though. - virtual bool InterceptResponseCookie(const URLRequest* request, - const std::string& cookie) const { - return true; - } - protected: friend class base::RefCountedThreadSafe<URLRequestContext>; |