Index: content/browser/renderer_host/render_message_filter.h |
=================================================================== |
--- content/browser/renderer_host/render_message_filter.h (revision 256594) |
+++ content/browser/renderer_host/render_message_filter.h (working copy) |
@@ -62,6 +62,7 @@ |
} |
namespace net { |
+class CookieStore; |
class KeygenHandler; |
class URLRequestContext; |
class URLRequestContextGetter; |
@@ -108,10 +109,10 @@ |
int render_process_id() const { return render_process_id_; } |
- // Returns the correct net::URLRequestContext depending on what type of url is |
+ // Returns the correct net::CookieStore depending on what type of url is |
// given. |
// Only call on the IO thread. |
- net::URLRequestContext* GetRequestContextForURL(const GURL& url); |
+ net::CookieStore* GetCookieStoreForURL(const GURL& url); |
private: |
friend class BrowserThread; |