| Index: content/common/resource_messages.h
|
| diff --git a/content/common/resource_messages.h b/content/common/resource_messages.h
|
| index 0ee74eb5e0956266bc9042ba1c162b97e66e7a8e..9ad4d36dbfd261c9a3d30fecb7925f3a48df488d 100644
|
| --- a/content/common/resource_messages.h
|
| +++ b/content/common/resource_messages.h
|
| @@ -271,10 +271,11 @@ IPC_MESSAGE_CONTROL3(ResourceMsg_DataDownloaded,
|
| int /* encoded_data_length */)
|
|
|
| // Sent when the request has been completed.
|
| -IPC_MESSAGE_CONTROL5(ResourceMsg_RequestComplete,
|
| +IPC_MESSAGE_CONTROL6(ResourceMsg_RequestComplete,
|
| int /* request_id */,
|
| int /* error_code */,
|
| bool /* was_ignored_by_handler */,
|
| + bool /* stale_copy_in_cache */,
|
| std::string /* security info */,
|
| base::TimeTicks /* completion_time */)
|
|
|
|
|