| Index: content/common/resource_dispatcher.h
|
| diff --git a/content/common/resource_dispatcher.h b/content/common/resource_dispatcher.h
|
| index 79d955ba5451deecadedfc6da64c2715db957fde..96c33e0f7fbf2efe66c68ead8c2b7a10c10590fb 100644
|
| --- a/content/common/resource_dispatcher.h
|
| +++ b/content/common/resource_dispatcher.h
|
| @@ -124,7 +124,8 @@ class CONTENT_EXPORT ResourceDispatcher : public IPC::Listener {
|
| int data_len);
|
| void OnRequestComplete(
|
| int request_id,
|
| - const net::URLRequestStatus& status,
|
| + int error_code,
|
| + bool was_ignored_by_handler,
|
| const std::string& security_info,
|
| const base::TimeTicks& completion_time);
|
|
|
|
|