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

Unified Diff: components/offline_pages/proto/offline_pages.proto

Issue 1993953002: [Offline pages] Adding expiration capability to OfflinePageModel (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressing feedback Created 4 years, 7 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: components/offline_pages/proto/offline_pages.proto
diff --git a/components/offline_pages/proto/offline_pages.proto b/components/offline_pages/proto/offline_pages.proto
index b764edc9c907565c5654fe88e379741b45366381..fe32b5eafcb8954c5dec502a9988a7b9d794de77 100644
--- a/components/offline_pages/proto/offline_pages.proto
+++ b/components/offline_pages/proto/offline_pages.proto
@@ -62,4 +62,7 @@ message OfflinePageEntry {
// Identifier that has meaning for clients of the offline page API.
// This is provided by consumers of the offline pages API and is opaque to us.
optional string client_id = 12;
+
+ // Expiration time of the offline archive.
+ optional int64 expiration_time = 13;
}

Powered by Google App Engine
This is Rietveld 408576698