1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
7 enum BackgroundSyncNetworkState {
14 enum BackgroundSyncPowerState {
20 enum BackgroundSyncPeriodicity {
26 struct SyncRegistration {
28 BackgroundSyncPeriodicity periodicity = ONE_SHOT;
30 uint64 min_period_ms = 0;
31 BackgroundSyncNetworkState network_state = ONLINE;
32 BackgroundSyncPowerState power_state = AUTO;