| Index: content/browser/renderer_host/resource_dispatcher_host_request_info.cc
|
| ===================================================================
|
| --- content/browser/renderer_host/resource_dispatcher_host_request_info.cc (revision 98485)
|
| +++ content/browser/renderer_host/resource_dispatcher_host_request_info.cc (working copy)
|
| @@ -19,6 +19,7 @@
|
| bool is_main_frame,
|
| int64 frame_id,
|
| ResourceType::Type resource_type,
|
| + PageTransition::Type transition_type,
|
| uint64 upload_size,
|
| bool is_download,
|
| bool allow_download,
|
| @@ -39,6 +40,7 @@
|
| has_user_gesture_(has_user_gesture),
|
| pause_count_(0),
|
| resource_type_(resource_type),
|
| + transition_type_(transition_type),
|
| upload_size_(upload_size),
|
| last_upload_position_(0),
|
| waiting_for_upload_progress_ack_(false),
|
|
|