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

Unified Diff: components/html_viewer/web_socket_handle_impl.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
Index: components/html_viewer/web_socket_handle_impl.h
diff --git a/components/html_viewer/web_socket_handle_impl.h b/components/html_viewer/web_socket_handle_impl.h
index 0456228bcd47921cb49ad18d196bd5927794589b..648764230940d05dc1df6a4dfd4e044c6e8f69b7 100644
--- a/components/html_viewer/web_socket_handle_impl.h
+++ b/components/html_viewer/web_socket_handle_impl.h
@@ -33,7 +33,7 @@ class WebSocketHandleImpl : public blink::WebSocketHandle {
// blink::WebSocketHandle methods:
virtual void connect(const blink::WebURL& url,
const blink::WebVector<blink::WebString>& protocols,
- const blink::WebSerializedOrigin& origin,
+ const blink::WebSecurityOrigin& origin,
blink::WebSocketHandleClient*);
virtual void send(bool fin, MessageType, const char* data, size_t size);
virtual void flowControl(int64_t quota);
« no previous file with comments | « components/html_viewer/web_notification_manager_impl.cc ('k') | components/html_viewer/web_socket_handle_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698