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..af639862f2f30cc501f1f9a6cb6c836a1b5f2890 100644 |
--- a/content/browser/loader/resource_dispatcher_host_impl.h |
+++ b/content/browser/loader/resource_dispatcher_host_impl.h |
@@ -45,6 +45,10 @@ |
class ResourceHandler; |
struct ResourceHostMsg_Request; |
+namespace base { |
+class FilePath; |
+} |
+ |
namespace net { |
class URLRequestJobFactory; |
} |
@@ -242,6 +246,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, |
net::URLRequest* request, |
ResourceResponse* response, |
std::string* payload); |