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

Unified Diff: webkit/glue/webkit_glue_unittest.cc

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, 3 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 | « webkit/child/websocketstreamhandle_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/webkit_glue_unittest.cc
diff --git a/webkit/glue/webkit_glue_unittest.cc b/webkit/glue/webkit_glue_unittest.cc
index 678d9169e8dfb99a8dedbb39be1166268cecdb41..936c9c5304c90cc25eefb4499e463c38f6701b2b 100644
--- a/webkit/glue/webkit_glue_unittest.cc
+++ b/webkit/glue/webkit_glue_unittest.cc
@@ -34,7 +34,7 @@ class TestWebKitPlatformSupport
return NULL;
}
- virtual webkit_glue::WebSocketStreamHandleBridge* CreateWebSocketBridge(
+ virtual webkit_glue::WebSocketStreamHandleBridge* CreateWebSocketStreamBridge(
WebKit::WebSocketStreamHandle*,
webkit_glue::WebSocketStreamHandleDelegate*) OVERRIDE {
return NULL;
« no previous file with comments | « webkit/child/websocketstreamhandle_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698