| Index: content/child/resource_dispatcher.h
|
| diff --git a/content/child/resource_dispatcher.h b/content/child/resource_dispatcher.h
|
| index 5aabbd4e91880d1c35a25252f5b8c093fe1c2522..93e8580b4e36cc47df235ca6774a94bf1bfc5739 100644
|
| --- a/content/child/resource_dispatcher.h
|
| +++ b/content/child/resource_dispatcher.h
|
| @@ -113,6 +113,7 @@ class CONTENT_EXPORT ResourceDispatcher : public IPC::Listener {
|
| int origin_pid;
|
| MessageQueue deferred_message_queue;
|
| bool is_deferred;
|
| + bool is_canceled;
|
| // Original requested url.
|
| GURL url;
|
| // The security origin of the frame that initiates this request.
|
|
|