| Index: content/browser/renderer_host/throttling_resource_handler.h
|
| diff --git a/content/browser/renderer_host/throttling_resource_handler.h b/content/browser/renderer_host/throttling_resource_handler.h
|
| index 3b2b71c821bf09c205244e030ae0bd257be25188..db54d76e18761995d2ad501bd164583f55ad24fe 100644
|
| --- a/content/browser/renderer_host/throttling_resource_handler.h
|
| +++ b/content/browser/renderer_host/throttling_resource_handler.h
|
| @@ -42,6 +42,7 @@ class ThrottlingResourceHandler : public LayeredResourceHandler,
|
|
|
| // ResourceThrottleController implementation:
|
| virtual void Cancel() OVERRIDE;
|
| + virtual void CancelWithHandledExternallyStatus() OVERRIDE;
|
| virtual void Resume() OVERRIDE;
|
|
|
| private:
|
|
|