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

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

Issue 1411953002: Store foreign fetch scopes in database with other SW information. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@foreign-fetch-interface
Patch Set: Created 5 years, 2 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..50d57494f7b954e39d017c0e8c6ae24ecd3f38dc 100644
--- a/content/browser/service_worker/service_worker_database.proto
+++ b/content/browser/service_worker/service_worker_database.proto
@@ -20,6 +20,7 @@ message ServiceWorkerRegistrationData {
required bool is_active = 5;
required bool has_fetch_handler = 6;
+ repeated string foreign_fetch_scope = 9;
nhiroki 2015/10/21 05:42:54 nit: how about putting this after |resources_total
Marijn Kruisselbrink 2015/10/21 20:33:46 Good point, done.
// Serialized by Time::ToInternalValue().
required int64 last_update_check_time = 7;

Powered by Google App Engine
This is Rietveld 408576698