| Index: content/browser/renderer_host/layered_resource_handler.h
|
| ===================================================================
|
| --- content/browser/renderer_host/layered_resource_handler.h (revision 141889)
|
| +++ content/browser/renderer_host/layered_resource_handler.h (working copy)
|
| @@ -20,6 +20,7 @@
|
| virtual ~LayeredResourceHandler();
|
|
|
| // ResourceHandler implementation:
|
| + virtual void SetController(ResourceController* controller) OVERRIDE;
|
| virtual bool OnUploadProgress(int request_id, uint64 position,
|
| uint64 size) OVERRIDE;
|
| virtual bool OnRequestRedirected(int request_id, const GURL& url,
|
|
|