| 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 605ff7ee92b80f5685b7f4efb8c93d95fcc46b13..5937f2a67ac4cb7ec1bdb9404a6f95d62162ed22 100644
|
| --- a/net/url_request/url_request_context_builder.cc
|
| +++ b/net/url_request/url_request_context_builder.cc
|
| @@ -125,7 +125,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;
|
| }
|
|
|
|
|