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

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: Rebased 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..07b66024a18eca257909010ee107fa676910add9 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;
+
+ // Last access time of the offline archive.
jianli 2016/05/19 20:39:54 Update comment
fgorski 2016/05/20 17:54:23 Done.
+ optional int64 expiration_time = 13;
}

Powered by Google App Engine
This is Rietveld 408576698