| Index: third_party/WebKit/Source/core/loader/EmptyClients.cpp
|
| diff --git a/third_party/WebKit/Source/core/loader/EmptyClients.cpp b/third_party/WebKit/Source/core/loader/EmptyClients.cpp
|
| index 3d6961a6fe3cf37486c7367c30eefe729745b0a9..eebba46c8f78d35d4f3f1570f065a42e5ddc68cf 100644
|
| --- a/third_party/WebKit/Source/core/loader/EmptyClients.cpp
|
| +++ b/third_party/WebKit/Source/core/loader/EmptyClients.cpp
|
| @@ -166,6 +166,10 @@ void EmptyTextCheckerClient::requestCheckingOfString(TextCheckingRequest*)
|
| {
|
| }
|
|
|
| +void EmptyTextCheckerClient::cancelAllPendingRequests()
|
| +{
|
| +}
|
| +
|
| std::unique_ptr<WebServiceWorkerProvider> EmptyFrameLoaderClient::createServiceWorkerProvider()
|
| {
|
| return nullptr;
|
|
|