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

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: address nhiroki's comments 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..5cce5a78bdcd82096203abf58c10e6aa817a27ca 100644
--- a/content/browser/service_worker/service_worker_database.proto
+++ b/content/browser/service_worker/service_worker_database.proto
@@ -25,6 +25,8 @@ message ServiceWorkerRegistrationData {
required int64 last_update_check_time = 7;
optional uint64 resources_total_size_bytes = 8;
+
+ repeated string foreign_fetch_scope = 9;
}
message ServiceWorkerResourceRecord {

Powered by Google App Engine
This is Rietveld 408576698