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

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

Issue 1282013004: BackgroundSyncManager tracks client registrations (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nits Created 5 years, 3 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/public/common/background_sync.mojom
diff --git a/content/public/common/background_sync.mojom b/content/public/common/background_sync.mojom
index 8d3bdd22ef7789b2f0a91cc0d8df8984967449c8..0f8b18a5e719413836e6e89eb3c9e73097f18ae5 100644
--- a/content/public/common/background_sync.mojom
+++ b/content/public/common/background_sync.mojom
@@ -24,7 +24,7 @@ enum BackgroundSyncPeriodicity {
};
struct SyncRegistration {
- int64 id = -1;
+ int32 handle_id = -1;
BackgroundSyncPeriodicity periodicity = ONE_SHOT;
string tag = "";
uint64 min_period_ms = 0;

Powered by Google App Engine
This is Rietveld 408576698