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/ntp_snippets/remote/proto/ntp_snippets.proto

Issue 2686063003: [remote suggestions] Attach the fetch time to RemoteSnippets, ContentSnippets and SnippetArticle (Closed)
Patch Set: Update comments Created 3 years, 10 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/ntp_snippets/remote/proto/ntp_snippets.proto
diff --git a/components/ntp_snippets/remote/proto/ntp_snippets.proto b/components/ntp_snippets/remote/proto/ntp_snippets.proto
index 59c809d6ba1775088e6a70abbbcadd417a891cfe..904dacd5fe88cc0e470b26196a121f55b4056846 100644
--- a/components/ntp_snippets/remote/proto/ntp_snippets.proto
+++ b/components/ntp_snippets/remote/proto/ntp_snippets.proto
@@ -25,6 +25,8 @@ message SnippetProto {
repeated SnippetSourceProto sources = 8;
optional bool dismissed = 9;
optional int32 remote_category_id = 10;
+ // The time when the snippet was fetched from the server.
+ optional int64 fetch_time = 11;
Marc Treib 2017/02/10 16:16:56 fetch_date ?
markusheintz_ 2017/02/13 09:59:55 Done.
}
message SnippetImageProto {

Powered by Google App Engine
This is Rietveld 408576698