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

Unified Diff: content/browser/resource_context.h

Issue 7480041: Adding session-only localStorage. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Streamlining: Moving ResourceContext& from DOMStorageContext to DOMMessageFilter. Created 9 years, 4 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/renderer_host/browser_render_process_host.cc ('k') | content/browser/resource_context.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/resource_context.h
diff --git a/content/browser/resource_context.h b/content/browser/resource_context.h
index 57bad7437a69384fe05b044c332807ba24b35ebf..14d9513dad251de8561a7c6b2ef2c880c2c7f482 100644
--- a/content/browser/resource_context.h
+++ b/content/browser/resource_context.h
@@ -85,12 +85,12 @@ class ResourceContext {
protected:
ResourceContext();
+ net::URLRequestContext* request_context_;
private:
virtual void EnsureInitialized() const = 0;
net::HostResolver* host_resolver_;
- net::URLRequestContext* request_context_;
ChromeAppCacheService* appcache_service_;
webkit_database::DatabaseTracker* database_tracker_;
fileapi::FileSystemContext* file_system_context_;
« no previous file with comments | « content/browser/renderer_host/browser_render_process_host.cc ('k') | content/browser/resource_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698