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

Unified Diff: third_party/WebKit/public/platform/modules/background_sync/WebSyncClient.h

Issue 2481393002: [background-sync] Remove WebSyncError and SyncCallbacks (Closed)
Patch Set: Remove stray SyncError declaration Created 4 years, 1 month 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/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
« no previous file with comments | « third_party/WebKit/public/BUILD.gn ('k') | third_party/WebKit/public/platform/modules/background_sync/WebSyncError.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698