Index: net/websockets/websocket_test_util.h |
diff --git a/net/websockets/websocket_test_util.h b/net/websockets/websocket_test_util.h |
index 803c9be0af4a32cb1936cdb748ea3ee237f5e4d3..5c7db80eac748fe676394e5b221cf39866bc38ff 100644 |
--- a/net/websockets/websocket_test_util.h |
+++ b/net/websockets/websocket_test_util.h |
@@ -58,6 +58,7 @@ NET_EXPORT_PRIVATE extern scoped_ptr<WebSocketStreamRequest> |
// "dGhlIHNhbXBsZSBub25jZQ==". Each header in |extra_headers| must be terminated |
// with "\r\n". |
extern std::string WebSocketStandardRequest(const std::string& path, |
+ const std::string& host, |
const std::string& origin, |
const std::string& extra_headers); |