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

Unified Diff: content/public/common/background_sync.mojom

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
« no previous file with comments | « content/content_tests.gypi ('k') | third_party/WebKit/Source/modules/background_sync/SyncManager.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
};
« no previous file with comments | « content/content_tests.gypi ('k') | third_party/WebKit/Source/modules/background_sync/SyncManager.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698