| Index: content/child/resource_dispatcher.h
|
| diff --git a/content/child/resource_dispatcher.h b/content/child/resource_dispatcher.h
|
| index d85087d4557b8e18dae76c012d341667a98e1748..53e72a0398e0071ec962b9fa082854ba64b76cef 100644
|
| --- a/content/child/resource_dispatcher.h
|
| +++ b/content/child/resource_dispatcher.h
|
| @@ -152,6 +152,7 @@ class CONTENT_EXPORT ResourceDispatcher : public IPC::Listener {
|
| int request_id,
|
| int error_code,
|
| bool was_ignored_by_handler,
|
| + bool stale_copy_in_cache,
|
| const std::string& security_info,
|
| const base::TimeTicks& completion_time);
|
|
|
|
|