| 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 74076b7e04f041beb76aa27ce94bc3cd22cd3cf9..d51c774810f55fb27b63932d86a9bc983106fe0c 100644
|
| --- a/components/ntp_snippets/remote/proto/ntp_snippets.proto
|
| +++ b/components/ntp_snippets/remote/proto/ntp_snippets.proto
|
| @@ -24,6 +24,7 @@ message SnippetProto {
|
| optional float score = 7;
|
| repeated SnippetSourceProto sources = 8;
|
| optional bool dismissed = 9;
|
| + optional int32 remote_category_id = 10;
|
| }
|
|
|
| message SnippetImageProto {
|
|
|