Chromium Code Reviews| Index: chrome/browser/net/chrome_network_delegate.h |
| diff --git a/chrome/browser/net/chrome_network_delegate.h b/chrome/browser/net/chrome_network_delegate.h |
| index a582c388f1dfee223c44229f80cc69d40481944c..d1cd9bc5a6f3c1a8f49a25f5974aa08e6fe1b31f 100644 |
| --- a/chrome/browser/net/chrome_network_delegate.h |
| +++ b/chrome/browser/net/chrome_network_delegate.h |
| @@ -82,6 +82,8 @@ class ChromeNetworkDelegate : 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, |
|
willchan no longer on Chromium
2012/04/19 21:12:24
const net::URLRequest& instead. The other places h
Greg Spencer (Chromium)
2012/04/20 00:05:54
Done. I fixed the other places too (turns out the
|
| + const FilePath& path) OVERRIDE; |
| scoped_refptr<ExtensionEventRouterForwarder> event_router_; |
| void* profile_; |