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

Unified Diff: content/browser/renderer_host/resource_dispatcher_host_request_info.cc

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
Index: content/browser/renderer_host/resource_dispatcher_host_request_info.cc
===================================================================
--- content/browser/renderer_host/resource_dispatcher_host_request_info.cc (revision 84789)
+++ content/browser/renderer_host/resource_dispatcher_host_request_info.cc (working copy)
@@ -19,7 +19,8 @@
uint64 upload_size,
bool is_download,
bool allow_download,
- bool has_user_gesture)
+ bool has_user_gesture,
+ const content::ResourceContext* context)
: resource_handler_(handler),
cross_site_handler_(NULL),
process_type_(process_type),
@@ -37,6 +38,7 @@
last_upload_position_(0),
waiting_for_upload_progress_ack_(false),
memory_cost_(0),
+ context_(context),
is_paused_(false),
called_on_response_started_(false),
has_started_reading_(false),

Powered by Google App Engine
This is Rietveld 408576698