| 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 3309974be90ac108918e91953d000a6697fbe923..5f45a5460591619e7540ff755335c115ea26d5c2 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;
|
| }
|
|
|
|
|