Chromium Code Reviews| Index: content/browser/loader/resource_dispatcher_host_impl.h |
| diff --git a/content/browser/loader/resource_dispatcher_host_impl.h b/content/browser/loader/resource_dispatcher_host_impl.h |
| index 92e4c42f1bcb99621806e1603bff91c4af6ca734..86d70f857525b6c064c1298b21e9c00813bcbc21 100644 |
| --- a/content/browser/loader/resource_dispatcher_host_impl.h |
| +++ b/content/browser/loader/resource_dispatcher_host_impl.h |
| @@ -242,6 +242,7 @@ class CONTENT_EXPORT ResourceDispatcherHostImpl |
| // it, except on HTTP errors. This is marked virtual so it can be overriden in |
| // testing. |
| virtual scoped_ptr<ResourceHandler> MaybeInterceptAsStream( |
| + const base::FilePath& plugin_path, |
|
mmenke
2015/03/24 14:44:32
Need to forward declare this (Admittedly, should h
Deepak
2015/03/25 05:43:35
Done.
|
| net::URLRequest* request, |
| ResourceResponse* response, |
| std::string* payload); |