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

Unified Diff: content/browser/service_worker/service_worker_database.proto

Issue 1221643014: Service Worker: Migrate to version_uuid and surface ServiceWorker.id. (Chromium 2/3) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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/service_worker/service_worker_database.proto
diff --git a/content/browser/service_worker/service_worker_database.proto b/content/browser/service_worker/service_worker_database.proto
index bb4acef1fbfc71711096014294bb3f4ce5afb813..2681932bc61a4b29df14a0c8aa61df5834bc6281 100644
--- a/content/browser/service_worker/service_worker_database.proto
+++ b/content/browser/service_worker/service_worker_database.proto
@@ -16,7 +16,7 @@ message ServiceWorkerRegistrationData {
// Versions are first stored once they successfully install and become the
// waiting version. Then they are updated when they transition to the active
// version.
- required int64 version_id = 4;
+ required string version_uuid = 4;
required bool is_active = 5;
required bool has_fetch_handler = 6;

Powered by Google App Engine
This is Rietveld 408576698