| Index: third_party/WebKit/Source/platform/exported/Platform.cpp
|
| diff --git a/third_party/WebKit/Source/platform/exported/Platform.cpp b/third_party/WebKit/Source/platform/exported/Platform.cpp
|
| index c28506a52b954bd9013e688f80437df3040d3921..d8a57f767b43c1e34e0c7fcee0544f4686da19f4 100644
|
| --- a/third_party/WebKit/Source/platform/exported/Platform.cpp
|
| +++ b/third_party/WebKit/Source/platform/exported/Platform.cpp
|
| @@ -53,7 +53,6 @@
|
| #include "public/platform/WebPrerenderingSupport.h"
|
| #include "public/platform/WebRTCCertificateGenerator.h"
|
| #include "public/platform/WebRTCPeerConnectionHandler.h"
|
| -#include "public/platform/WebSocketHandshakeThrottle.h"
|
| #include "public/platform/WebStorageNamespace.h"
|
| #include "public/platform/WebThread.h"
|
| #include "public/platform/modules/serviceworker/WebServiceWorkerCacheStorage.h"
|
| @@ -228,11 +227,6 @@
|
| return nullptr;
|
| }
|
|
|
| -std::unique_ptr<WebSocketHandshakeThrottle>
|
| -Platform::CreateWebSocketHandshakeThrottle() {
|
| - return nullptr;
|
| -}
|
| -
|
| std::unique_ptr<WebImageCaptureFrameGrabber>
|
| Platform::CreateImageCaptureFrameGrabber() {
|
| return nullptr;
|
|
|