| 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),
|
|
|