Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2809)

Unified Diff: chrome/browser/renderer_host/resource_message_filter.h

Issue 5318002: Also register read cookies in the content settings delegate. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updates Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/renderer_host/resource_message_filter.h
diff --git a/chrome/browser/renderer_host/resource_message_filter.h b/chrome/browser/renderer_host/resource_message_filter.h
index 051f95d6359c31264ea9b1f7f03827a7a5ddd6ad..b63cca0a906f74ad373253a69eff696877c5957f 100644
--- a/chrome/browser/renderer_host/resource_message_filter.h
+++ b/chrome/browser/renderer_host/resource_message_filter.h
@@ -542,7 +542,7 @@ class GetCookiesCompletion : public net::CompletionCallback {
int render_view_id,
const GURL& url, IPC::Message* reply_msg,
ResourceMessageFilter* filter,
- URLRequestContext* context,
+ ChromeURLRequestContext* context,
bool raw_cookies);
virtual ~GetCookiesCompletion();
@@ -566,7 +566,7 @@ class GetCookiesCompletion : public net::CompletionCallback {
GURL url_;
IPC::Message* reply_msg_;
scoped_refptr<ResourceMessageFilter> filter_;
- scoped_refptr<URLRequestContext> context_;
+ scoped_refptr<ChromeURLRequestContext> context_;
int render_process_id_;
int render_view_id_;
bool raw_cookies_;

Powered by Google App Engine
This is Rietveld 408576698