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

Unified Diff: content/child/background_sync/background_sync_type_converters.h

Issue 1614063002: [BackgroundSync Cleanup] Remove periodic sync code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@purge_power
Patch Set: Address comments from PS3 Created 4 years, 11 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: content/child/background_sync/background_sync_type_converters.h
diff --git a/content/child/background_sync/background_sync_type_converters.h b/content/child/background_sync/background_sync_type_converters.h
index 4152f2bf7bdad338d79ddc77f3c7bcf1e6ec1cd3..950e629388c1b165159787e1358629ea406d3edc 100644
--- a/content/child/background_sync/background_sync_type_converters.h
+++ b/content/child/background_sync/background_sync_type_converters.h
@@ -15,23 +15,6 @@
namespace mojo {
-// blink::WebSyngRegistration::Periodicity <=>
-// content::BackgroundSyncPeriodicity
-
-template <>
-struct CONTENT_EXPORT TypeConverter<blink::WebSyncRegistration::Periodicity,
- content::BackgroundSyncPeriodicity> {
- static blink::WebSyncRegistration::Periodicity Convert(
- content::BackgroundSyncPeriodicity input);
-};
-
-template <>
-struct CONTENT_EXPORT TypeConverter<content::BackgroundSyncPeriodicity,
- blink::WebSyncRegistration::Periodicity> {
- static content::BackgroundSyncPeriodicity Convert(
- blink::WebSyncRegistration::Periodicity input);
-};
-
// blink::WebSyncRegistration::NetworkState <=>
// content::BackgroundSyncNetworkState

Powered by Google App Engine
This is Rietveld 408576698