| Index: third_party/WebKit/public/platform/modules/background_sync/WebSyncClient.h
|
| diff --git a/third_party/WebKit/public/platform/modules/background_sync/WebSyncClient.h b/third_party/WebKit/public/platform/modules/background_sync/WebSyncClient.h
|
| deleted file mode 100644
|
| index 6a2af74942f3eda391ed3a52d44e68d02ecb1793..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/public/platform/modules/background_sync/WebSyncClient.h
|
| +++ /dev/null
|
| @@ -1,28 +0,0 @@
|
| -// Copyright 2015 The Chromium Authors. All rights reserved.
|
| -// Use of this source code is governed by a BSD-style license that can be
|
| -// found in the LICENSE file.
|
| -
|
| -#ifndef WebSyncClient_h
|
| -#define WebSyncClient_h
|
| -
|
| -#include "public/platform/WebCallbacks.h"
|
| -#include "public/platform/modules/background_sync/WebSyncError.h"
|
| -
|
| -namespace blink {
|
| -
|
| -class WebServiceWorkerRegistration;
|
| -struct WebSyncRegistration;
|
| -
|
| -class WebSyncClient {
|
| - public:
|
| - virtual ~WebSyncClient() {}
|
| -
|
| - // Ownership of the WebServiceWorkerRegistration is not transferred.
|
| - // Ownership of the callbacks is transferred to the client.
|
| - virtual void registerSync(WebServiceWorkerRegistration*,
|
| - WebSyncRegistrationCallbacks*) = 0;
|
| -};
|
| -
|
| -} // namespace blink
|
| -
|
| -#endif // WebSyncClient_h
|
|
|