| Index: content/public/child/request_peer.h
|
| diff --git a/content/public/child/request_peer.h b/content/public/child/request_peer.h
|
| index aeae714d09522d3a8b4074a88eaa1f269d6941ce..c9d84cd11d7fdff71a6299b47eab668e31f2532c 100644
|
| --- a/content/public/child/request_peer.h
|
| +++ b/content/public/child/request_peer.h
|
| @@ -101,7 +101,6 @@ class CONTENT_EXPORT RequestPeer {
|
| virtual void OnCompletedRequest(int error_code,
|
| bool was_ignored_by_handler,
|
| bool stale_copy_in_cache,
|
| - const std::string& security_info,
|
| const base::TimeTicks& completion_time,
|
| int64_t total_transfer_size) = 0;
|
|
|
|
|