Index: net/url_request/url_request_context.h |
diff --git a/net/url_request/url_request_context.h b/net/url_request/url_request_context.h |
index 36b42b39756dad46d66968b9acd461ae9bea5c9d..51a606676babe5d9780142ce1ade131d81aff21a 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>; |