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

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

Issue 651983002: [ServiceWorkerCache] Implement storage::QuotaClient (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments from PS 10+11 Created 6 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
« no previous file with comments | « no previous file | content/browser/service_worker/service_worker_cache_quota_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/service_worker/service_worker_cache.proto
diff --git a/content/browser/service_worker/service_worker_cache.proto b/content/browser/service_worker/service_worker_cache.proto
index ad07bfbd1336935203aa6ec470eda0e2e9611a1b..000eadcace1d5001ddef96f6455b007c9ce1b87c 100644
--- a/content/browser/service_worker/service_worker_cache.proto
+++ b/content/browser/service_worker/service_worker_cache.proto
@@ -15,6 +15,7 @@ message ServiceWorkerCacheStorageIndex {
optional int64 size = 3;
}
repeated Cache cache = 1;
+ optional string origin = 2;
}
message ServiceWorkerRequestResponseHeaders {
« no previous file with comments | « no previous file | content/browser/service_worker/service_worker_cache_quota_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698