Chromium Code Reviews

Unified Diff: net/websockets/websocket_test_util.h

Issue 863253002: Update from https://crrev.com/312600 (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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);

Powered by Google App Engine