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..cd229be99bee069d052e860e3974830db6725353 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& file_path, |
|
raymes
2015/03/12 05:21:03
plugin_path
Deepak
2015/03/12 12:33:18
Done.
|
| net::URLRequest* request, |
| ResourceResponse* response, |
| std::string* payload); |