| 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 8dc01077cbf1a4afa98a9971813bed070113baf0..5c14561c38e78d0e80faee8046a03f673070ecc7 100644
|
| --- a/content/browser/renderer_host/throttling_resource_handler.h
|
| +++ b/content/browser/renderer_host/throttling_resource_handler.h
|
| @@ -40,6 +40,7 @@ class ThrottlingResourceHandler : public LayeredResourceHandler,
|
|
|
| // ResourceThrottleController implementation:
|
| virtual void Cancel() OVERRIDE;
|
| + virtual void CancelWithHandledExternally() OVERRIDE;
|
| virtual void Resume() OVERRIDE;
|
|
|
| private:
|
|
|