| Index: content/public/common/background_sync.mojom
|
| diff --git a/content/public/common/background_sync.mojom b/content/public/common/background_sync.mojom
|
| index 6b5b95dd216c6c3f134a68d7e2e7e4af58bff365..6fc547feefdf0123ed5ddd9d1abc0e537e4d9eea 100644
|
| --- a/content/public/common/background_sync.mojom
|
| +++ b/content/public/common/background_sync.mojom
|
| @@ -11,12 +11,6 @@ enum BackgroundSyncNetworkState {
|
| MAX=ONLINE
|
| };
|
|
|
| -enum BackgroundSyncPowerState {
|
| - AUTO,
|
| - AVOID_DRAINING,
|
| - MAX=AVOID_DRAINING
|
| -};
|
| -
|
| enum BackgroundSyncPeriodicity {
|
| PERIODIC,
|
| ONE_SHOT,
|
| @@ -29,5 +23,4 @@ struct SyncRegistration {
|
| string tag = "";
|
| uint64 min_period_ms = 0;
|
| BackgroundSyncNetworkState network_state = ONLINE;
|
| - BackgroundSyncPowerState power_state = AUTO;
|
| };
|
|
|