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

Unified Diff: content/browser/renderer_host/render_message_filter.h

Issue 6995013: More progress towards removing content settings code from the content layer. We can't use Cookie... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: review comments and sync Created 9 years, 7 months 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
« no previous file with comments | « content/browser/content_browser_client.cc ('k') | content/browser/renderer_host/render_message_filter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/renderer_host/render_message_filter.h
===================================================================
--- content/browser/renderer_host/render_message_filter.h (revision 84789)
+++ content/browser/renderer_host/render_message_filter.h (working copy)
@@ -41,13 +41,18 @@
struct WebScreenInfo;
}
-namespace gfx {
-class Rect;
+namespace content {
+class ResourceContext;
}
+
namespace base {
class SharedMemory;
}
+namespace gfx {
+class Rect;
+}
+
namespace net {
class CookieStore;
class URLRequestContextGetter;
@@ -240,6 +245,9 @@
// Contextual information to be used for requests created here.
scoped_refptr<net::URLRequestContextGetter> request_context_;
+ // The ResourceContext which is to be used on the IO thread.
+ const content::ResourceContext& resource_context_;
+
// A request context that holds a cookie store for chrome-extension URLs.
scoped_refptr<net::URLRequestContextGetter> extensions_request_context_;
« no previous file with comments | « content/browser/content_browser_client.cc ('k') | content/browser/renderer_host/render_message_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698