| Index: content/shell/shell_network_delegate.h
|
| diff --git a/content/shell/shell_network_delegate.h b/content/shell/shell_network_delegate.h
|
| index c9b92f867ab01a737c80f61d3bd24dcf2d5010d1..f92d2874481842f7446328d4ff01443bf50c7fa5 100644
|
| --- a/content/shell/shell_network_delegate.h
|
| +++ b/content/shell/shell_network_delegate.h
|
| @@ -53,6 +53,8 @@ class ShellNetworkDelegate : public net::NetworkDelegate {
|
| virtual bool CanSetCookie(const net::URLRequest* request,
|
| const std::string& cookie_line,
|
| net::CookieOptions* options) OVERRIDE;
|
| + virtual bool CanAccessFile(const net::URLRequest* request,
|
| + const FilePath& path) OVERRIDE;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(ShellNetworkDelegate);
|
| };
|
|
|