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

Unified Diff: content/child/websocket_bridge.h

Issue 1229783005: Remove 'blink::WebSerializedOrigin' (4/5) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix Created 5 years, 5 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 | « content/child/notifications/pending_notifications_tracker.cc ('k') | content/child/websocket_bridge.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/websocket_bridge.h
diff --git a/content/child/websocket_bridge.h b/content/child/websocket_bridge.h
index cff76f45ddc155c76d6035f5c04b58143606164c..356e76666f5a17153ed56c355bfbce96b385fd9d 100644
--- a/content/child/websocket_bridge.h
+++ b/content/child/websocket_bridge.h
@@ -16,7 +16,7 @@
#include "third_party/WebKit/public/platform/WebVector.h"
namespace blink {
-class WebSerializedOrigin;
+class WebSecurityOrigin;
class WebString;
class WebURL;
} // namespace blink
@@ -33,7 +33,7 @@ class WebSocketBridge : public blink::WebSocketHandle {
// WebSocketHandle functions.
void connect(const blink::WebURL& url,
const blink::WebVector<blink::WebString>& protocols,
- const blink::WebSerializedOrigin& origin,
+ const blink::WebSecurityOrigin& origin,
blink::WebSocketHandleClient* client) override;
void send(bool fin,
WebSocketHandle::MessageType type,
« no previous file with comments | « content/child/notifications/pending_notifications_tracker.cc ('k') | content/child/websocket_bridge.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698