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

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

Issue 1283273002: Service Worker: Change last update check location and HTTP cache bypass rule (2/2) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update comments. Created 5 years, 4 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..2b847667bc259563436c1f8e7423be3d86428737 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;
+
+ optional int64 max_age = 9;
}
message ServiceWorkerResourceRecord {

Powered by Google App Engine
This is Rietveld 408576698