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

Unified Diff: content/browser/renderer_host/websocket_host.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
« no previous file with comments | « no previous file | content/browser/renderer_host/websocket_host.cc » ('j') | net/websockets/websocket_stream.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/renderer_host/websocket_host.h
diff --git a/content/browser/renderer_host/websocket_host.h b/content/browser/renderer_host/websocket_host.h
index 626f6bea76e82ff6996b0d1d12efd2e1df5a87a7..2077f921fe7f1553f05ae98c9dd72bc4cae09ec6 100644
--- a/content/browser/renderer_host/websocket_host.h
+++ b/content/browser/renderer_host/websocket_host.h
@@ -69,11 +69,13 @@ class CONTENT_EXPORT WebSocketHost {
void OnAddChannelRequest(const GURL& socket_url,
const std::vector<std::string>& requested_protocols,
const url::Origin& origin,
+ const GURL& first_party_for_cookies,
int render_frame_id);
void AddChannel(const GURL& socket_url,
const std::vector<std::string>& requested_protocols,
const url::Origin& origin,
+ const GURL& first_party_for_cookies,
int render_frame_id);
void OnSendBlob(const std::string& uuid, uint64_t expected_size);
« no previous file with comments | « no previous file | content/browser/renderer_host/websocket_host.cc » ('j') | net/websockets/websocket_stream.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698