Index: content/shell/shell_network_delegate.h |
diff --git a/content/shell/shell_network_delegate.h b/content/shell/shell_network_delegate.h |
index 9b3de664ce1c903581d5d0990d54b4db21e1c42f..c0957fecbc526ed77b094d55067478c0908fc854 100644 |
--- a/content/shell/shell_network_delegate.h |
+++ b/content/shell/shell_network_delegate.h |
@@ -54,6 +54,9 @@ class ShellNetworkDelegate : public net::NetworkDelegate { |
net::CookieOptions* options) OVERRIDE; |
virtual bool OnCanAccessFile(const net::URLRequest& request, |
const FilePath& path) const OVERRIDE; |
+ virtual int OnBeforeSocketStreamConnect( |
+ net::SocketStream* stream, |
+ const net::CompletionCallback& callback) OVERRIDE; |
DISALLOW_COPY_AND_ASSIGN(ShellNetworkDelegate); |
}; |