Index: content/browser/background_sync/background_sync_registration_options.h |
diff --git a/content/browser/background_sync/background_sync_registration_options.h b/content/browser/background_sync/background_sync_registration_options.h |
index 0429f2a90ccfd0631fabfa854827dcf6a9ab4777..7f02648e0ce29e2c61b0a3d45088ff52d764aa33 100644 |
--- a/content/browser/background_sync/background_sync_registration_options.h |
+++ b/content/browser/background_sync/background_sync_registration_options.h |
@@ -21,7 +21,6 @@ struct CONTENT_EXPORT BackgroundSyncRegistrationOptions { |
std::string tag; |
int64_t min_period = 0; |
SyncNetworkState network_state = NETWORK_STATE_ONLINE; |
- SyncPowerState power_state = POWER_STATE_AVOID_DRAINING; |
SyncPeriodicity periodicity = SYNC_ONE_SHOT; |
}; |