| Index: content/public/browser/resource_dispatcher_host_delegate.cc
|
| diff --git a/content/public/browser/resource_dispatcher_host_delegate.cc b/content/public/browser/resource_dispatcher_host_delegate.cc
|
| index c67ab55dff21529af0733a02648d54a16c13f558..e41887570199037e16ecb95cd21c47dccdefb362 100644
|
| --- a/content/public/browser/resource_dispatcher_host_delegate.cc
|
| +++ b/content/public/browser/resource_dispatcher_host_delegate.cc
|
| @@ -60,6 +60,7 @@ bool ResourceDispatcherHostDelegate::ShouldForceDownloadResource(
|
|
|
| bool ResourceDispatcherHostDelegate::ShouldInterceptResourceAsStream(
|
| net::URLRequest* request,
|
| + const base::FilePath& plugin_path,
|
| const std::string& mime_type,
|
| GURL* origin,
|
| std::string* payload) {
|
|
|