summaryrefslogtreecommitdiffstats
path: root/chrome/browser/net/chrome_url_request_context.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/net/chrome_url_request_context.h')
-rw-r--r--chrome/browser/net/chrome_url_request_context.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/chrome/browser/net/chrome_url_request_context.h b/chrome/browser/net/chrome_url_request_context.h
index bf8d119..6e7d122 100644
--- a/chrome/browser/net/chrome_url_request_context.h
+++ b/chrome/browser/net/chrome_url_request_context.h
@@ -65,7 +65,11 @@ class ChromeURLRequestContext : public URLRequestContext,
virtual const std::string& GetUserAgent(const GURL& url) const;
- private:
+ virtual bool interceptCookie(const URLRequest* request, std::string* cookie);
+
+ virtual bool allowSendingCookies(const URLRequest* request) const;
+
+private:
// Private constructor, use the static factory methods instead. This is
// expected to be called on the UI thread.
ChromeURLRequestContext(Profile* profile);