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

Unified Diff: webkit/api/public/WebKitClient.h

Issue 243108: Enable WebSocket in test_shell (Closed)
Patch Set: add +net/socket_stream in webkit/DEPS Created 11 years, 2 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/DEPS ('k') | webkit/api/public/WebSocketStreamError.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/api/public/WebKitClient.h
diff --git a/webkit/api/public/WebKitClient.h b/webkit/api/public/WebKitClient.h
index 6f2b3dd74b55bc4d357401b286983b0b39daa627..905355fdfaae5c5ff95fbcd4248e05711b11d8f2 100644
--- a/webkit/api/public/WebKitClient.h
+++ b/webkit/api/public/WebKitClient.h
@@ -50,6 +50,7 @@ namespace WebKit {
class WebMimeRegistry;
class WebPluginListBuilder;
class WebSandboxSupport;
+ class WebSocketStreamHandle;
class WebStorageNamespace;
class WebString;
class WebThemeEngine;
@@ -166,6 +167,9 @@ namespace WebKit {
// Returns a new WebURLLoader instance.
virtual WebURLLoader* createURLLoader() = 0;
+ // Returns a new WebSocketStreamHandle instance.
+ virtual WebSocketStreamHandle* createSocketStreamHandle() = 0;
+
// Plugins -------------------------------------------------------------
« no previous file with comments | « webkit/DEPS ('k') | webkit/api/public/WebSocketStreamError.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698