diff options
Diffstat (limited to 'content/public/common/background_sync.mojom')
-rw-r--r-- | content/public/common/background_sync.mojom | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/content/public/common/background_sync.mojom b/content/public/common/background_sync.mojom index 6fc547f..969e0b6 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; }; |