Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(868)

Unified Diff: net/websockets/websocket_stream.h

Issue 2102993002: Fix WebSocket to set first party for cookies (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: a Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: net/websockets/websocket_stream.h
diff --git a/net/websockets/websocket_stream.h b/net/websockets/websocket_stream.h
index accbf89b255a6012f403e9eef3826fd0da173619..42c358f2c563bf56acbf1f9086d6ffd1bbcf96e3 100644
--- a/net/websockets/websocket_stream.h
+++ b/net/websockets/websocket_stream.h
@@ -108,6 +108,7 @@ class NET_EXPORT_PRIVATE WebSocketStream {
const GURL& socket_url,
const std::vector<std::string>& requested_subprotocols,
const url::Origin& origin,
+ const GURL& first_party_for_cookies,
URLRequestContext* url_request_context,
const BoundNetLog& net_log,
std::unique_ptr<ConnectDelegate> connect_delegate);

Powered by Google App Engine
This is Rietveld 408576698