| Index: net/url_request/url_request_context_builder.cc
|
| diff --git a/net/url_request/url_request_context_builder.cc b/net/url_request/url_request_context_builder.cc
|
| index f21b0f40b02fb192b4c105f8e0d850a156053e9f..9c52761de28e42c08f7ecb665a549b2a0d06f493 100644
|
| --- a/net/url_request/url_request_context_builder.cc
|
| +++ b/net/url_request/url_request_context_builder.cc
|
| @@ -124,7 +124,8 @@ class BasicNetworkDelegate : public NetworkDelegateImpl {
|
| }
|
|
|
| bool OnCanAccessFile(const URLRequest& request,
|
| - const base::FilePath& path) const override {
|
| + const base::FilePath& original_path,
|
| + const base::FilePath& absolute_path) const override {
|
| return true;
|
| }
|
|
|
|
|