| Index: content/child/resource_dispatcher.h
|
| diff --git a/content/child/resource_dispatcher.h b/content/child/resource_dispatcher.h
|
| index 79310580d665d33d86b34ae199cc3e6382b9f195..c676e6956b91f22100e6c4af45aa41b8c533638a 100644
|
| --- a/content/child/resource_dispatcher.h
|
| +++ b/content/child/resource_dispatcher.h
|
| @@ -87,7 +87,7 @@ class CONTENT_EXPORT ResourceDispatcher : public IPC::Listener {
|
| virtual void Cancel(int request_id);
|
|
|
| // Toggles the is_deferred attribute for the specified request.
|
| - void SetDefersLoading(int request_id, bool value);
|
| + virtual void SetDefersLoading(int request_id, bool value);
|
|
|
| // Indicates the priority of the specified request changed.
|
| void DidChangePriority(int request_id,
|
|
|