Chromium Code Reviews| 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 { |