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

Unified Diff: third_party/WebKit/public/platform/Platform.h

Issue 2224713002: Move WebSocketHandleImpl into Blink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix issue w/ Java bindings missing a dependency Created 4 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: third_party/WebKit/public/platform/Platform.h
diff --git a/third_party/WebKit/public/platform/Platform.h b/third_party/WebKit/public/platform/Platform.h
index 8cd3fc13aa2cd48acb67e3a643f205f667440a0e..9677521ccee603e5cc88c2e34f1872afa70c4380 100644
--- a/third_party/WebKit/public/platform/Platform.h
+++ b/third_party/WebKit/public/platform/Platform.h
@@ -106,7 +106,6 @@ class WebSandboxSupport;
class WebScrollbarBehavior;
class WebSecurityOrigin;
class WebServiceWorkerCacheStorage;
-class WebSocketHandle;
class WebSpeechSynthesizer;
class WebSpeechSynthesizerClient;
class WebStorageNamespace;
@@ -303,9 +302,6 @@ public:
// May return null.
virtual WebPrescientNetworking* prescientNetworking() { return nullptr; }
- // Returns a new WebSocketHandle instance.
- virtual WebSocketHandle* createWebSocketHandle() { return nullptr; }
-
// Returns the User-Agent string.
virtual WebString userAgent() { return WebString(); }

Powered by Google App Engine
This is Rietveld 408576698