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

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

Issue 1763123002: [BackgroundSync] Remove BackgroundSyncRegistrationHandle (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove default rvalue functions due to msvc Created 4 years, 9 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 969e0b6b5de19df1b7081e8d1936a41ebf9d43c3..91ad520e476e02dea2842356629eb7637b10402a 100644
--- a/content/public/common/background_sync.mojom
+++ b/content/public/common/background_sync.mojom
@@ -12,7 +12,7 @@ enum BackgroundSyncNetworkState {
};
struct SyncRegistration {
- int64 handle_id = -1;
+ int64 id = -1;
string tag = "";
BackgroundSyncNetworkState network_state = ONLINE;
};

Powered by Google App Engine
This is Rietveld 408576698