| Index: content/common/resource_dispatcher.h
|
| diff --git a/content/common/resource_dispatcher.h b/content/common/resource_dispatcher.h
|
| index 7c5cdbafd32cd1f030aeb20ff28e498f1cf8e681..d2f5ad0f356058868aecb4143f00cd4fd2710a6c 100644
|
| --- a/content/common/resource_dispatcher.h
|
| +++ b/content/common/resource_dispatcher.h
|
| @@ -129,6 +129,7 @@ class CONTENT_EXPORT ResourceDispatcher : public IPC::Channel::Listener {
|
| void OnRequestComplete(
|
| int request_id,
|
| const net::URLRequestStatus& status,
|
| + bool handled_externally,
|
| const std::string& security_info,
|
| const base::TimeTicks& completion_time);
|
|
|
|
|