Index: content/public/common/background_sync.mojom |
diff --git a/content/public/common/background_sync.mojom b/content/public/common/background_sync.mojom |
index 6fc547feefdf0123ed5ddd9d1abc0e537e4d9eea..969e0b6b5de19df1b7081e8d1936a41ebf9d43c3 100644 |
--- a/content/public/common/background_sync.mojom |
+++ b/content/public/common/background_sync.mojom |
@@ -11,16 +11,8 @@ enum BackgroundSyncNetworkState { |
MAX=ONLINE |
}; |
-enum BackgroundSyncPeriodicity { |
- PERIODIC, |
- ONE_SHOT, |
- MAX=ONE_SHOT |
-}; |
- |
struct SyncRegistration { |
int64 handle_id = -1; |
- BackgroundSyncPeriodicity periodicity = ONE_SHOT; |
string tag = ""; |
- uint64 min_period_ms = 0; |
BackgroundSyncNetworkState network_state = ONLINE; |
}; |