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

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

Issue 2939123002: Revert of Add blink::WebSocketHandshakeThrottle (Closed)
Patch Set: Created 3 years, 6 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 2fdcc52a4dac4004b3bed5ff374b72140956ded6..f65d73f5627ffb14bccbdb9f964edbb93ac97086 100644
--- a/third_party/WebKit/public/platform/Platform.h
+++ b/third_party/WebKit/public/platform/Platform.h
@@ -34,8 +34,6 @@
#ifdef WIN32
#include <windows.h>
#endif
-
-#include <memory>
#include "BlameContext.h"
#include "UserMetricsAction.h"
@@ -120,7 +118,6 @@
class WebScrollbarBehavior;
class WebSecurityOrigin;
class WebServiceWorkerCacheStorage;
-class WebSocketHandshakeThrottle;
class WebSpeechSynthesizer;
class WebSpeechSynthesizerClient;
class WebStorageNamespace;
@@ -573,13 +570,6 @@
virtual std::unique_ptr<WebImageCaptureFrameGrabber>
CreateImageCaptureFrameGrabber();
- // WebSocket ----------------------------------------------------------
-
- // If this method returns non-null the returned object will be used to
- // determine if/when a new WebSocket connection can be exposed to Javascript.
- virtual std::unique_ptr<WebSocketHandshakeThrottle>
- CreateWebSocketHandshakeThrottle();
-
// WebWorker ----------------------------------------------------------
virtual void DidStartWorkerThread() {}

Powered by Google App Engine
This is Rietveld 408576698