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

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

Issue 1617063002: [BackgroundSync Cleanup] Remove power observer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Found more 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 0cf12a1eca0acb3094d6ead418ef855caf08dba5..4152f2bf7bdad338d79ddc77f3c7bcf1e6ec1cd3 100644
--- a/content/child/background_sync/background_sync_type_converters.h
+++ b/content/child/background_sync/background_sync_type_converters.h
@@ -49,23 +49,6 @@ struct CONTENT_EXPORT TypeConverter<content::BackgroundSyncNetworkState,
blink::WebSyncRegistration::NetworkState input);
};
-// blink::WebSyncRegistration::PowerState <=>
-// content::BackgroundSyncPowerState
-
-template <>
-struct CONTENT_EXPORT TypeConverter<blink::WebSyncRegistration::PowerState,
- content::BackgroundSyncPowerState> {
- static blink::WebSyncRegistration::PowerState Convert(
- content::BackgroundSyncPowerState input);
-};
-
-template <>
-struct CONTENT_EXPORT TypeConverter<content::BackgroundSyncPowerState,
- blink::WebSyncRegistration::PowerState> {
- static content::BackgroundSyncPowerState Convert(
- blink::WebSyncRegistration::PowerState input);
-};
-
// blink::WebSyncRegistration <=>
// content::SyncRegistration

Powered by Google App Engine
This is Rietveld 408576698