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

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: rebase 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..823c4c1ce35108c1611e2f26fb139b7a21e87113 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_date = 11;
}
message SnippetImageProto {
« no previous file with comments | « components/ntp_snippets/remote/json_request_unittest.cc ('k') | components/ntp_snippets/remote/remote_suggestion.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698