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

Unified Diff: content/child/webkitplatformsupport_impl.h

Issue 22815034: Introduce webkit_glue bridges for the new WebSocket Implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 4 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: content/child/webkitplatformsupport_impl.h
diff --git a/content/child/webkitplatformsupport_impl.h b/content/child/webkitplatformsupport_impl.h
index f74fcd9351c93df348617fa72f877bb415c84095..4504b8aecccec5b82a58b3e413a60ae203e4b98e 100644
--- a/content/child/webkitplatformsupport_impl.h
+++ b/content/child/webkitplatformsupport_impl.h
@@ -29,9 +29,11 @@ class CONTENT_EXPORT WebKitPlatformSupportImpl
virtual webkit_glue::ResourceLoaderBridge* CreateResourceLoader(
const webkit_glue::ResourceLoaderBridge::RequestInfo& request_info)
OVERRIDE;
- virtual webkit_glue::WebSocketStreamHandleBridge* CreateWebSocketBridge(
+ virtual webkit_glue::WebSocketStreamHandleBridge* CreateWebSocketStreamBridge(
WebKit::WebSocketStreamHandle* handle,
webkit_glue::WebSocketStreamHandleDelegate* delegate) OVERRIDE;
+ virtual webkit_glue::WebSocketHandleBridge* CreateWebSocketBridge(
+ webkit_glue::WebSocketHandleDelegate* delegate) OVERRIDE;
};
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698