Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1123)

Unified Diff: content/browser/background_sync/background_sync_registration_options.h

Issue 1617063002: [BackgroundSync Cleanup] Remove power observer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Found more Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
};

Powered by Google App Engine
This is Rietveld 408576698