Index: net/websockets/websocket_test_util.cc |
diff --git a/net/websockets/websocket_test_util.cc b/net/websockets/websocket_test_util.cc |
index 6091c9e0be16a1a95d48e2c7cb7ba5f37b41eda7..89232e1ca844823e2b8ddebf914e476e70698992 100644 |
--- a/net/websockets/websocket_test_util.cc |
+++ b/net/websockets/websocket_test_util.cc |
@@ -151,6 +151,11 @@ void WebSocketTestURLRequestContextHost::AddSSLSocketDataProvider( |
maker_.AddSSLSocketDataProvider(ssl_socket_data.Pass()); |
} |
+void WebSocketTestURLRequestContextHost::SetProxyService( |
+ scoped_ptr<ProxyService> proxy_service) { |
+ url_request_context_.set_proxy_service(proxy_service.release()); |
+} |
+ |
TestURLRequestContext* |
WebSocketTestURLRequestContextHost::GetURLRequestContext() { |
if (!url_request_context_initialized_) { |