| Index: content/shell/shell_network_delegate.cc
|
| diff --git a/content/shell/shell_network_delegate.cc b/content/shell/shell_network_delegate.cc
|
| index 91bd3496974043504d1dea4765883c881239df6c..3904fe5bf9e17372a490e5fd7c14ab610f5d12c7 100644
|
| --- a/content/shell/shell_network_delegate.cc
|
| +++ b/content/shell/shell_network_delegate.cc
|
| @@ -82,4 +82,9 @@ bool ShellNetworkDelegate::CanSetCookie(const net::URLRequest* request,
|
| return true;
|
| }
|
|
|
| +bool ShellNetworkDelegate::CanAccessFile(const net::URLRequest* request,
|
| + const FilePath& path) {
|
| + return true;
|
| +}
|
| +
|
| } // namespace content
|
|
|