| Index: components/ntp_snippets/proto/ntp_snippets.proto
|
| diff --git a/components/ntp_snippets/proto/ntp_snippets.proto b/components/ntp_snippets/proto/ntp_snippets.proto
|
| index 0225dc69dba80f6e636fe60dd8011355bc82a13c..74076b7e04f041beb76aa27ce94bc3cd22cd3cf9 100644
|
| --- a/components/ntp_snippets/proto/ntp_snippets.proto
|
| +++ b/components/ntp_snippets/proto/ntp_snippets.proto
|
| @@ -23,7 +23,7 @@ message SnippetProto {
|
| optional int64 expiry_date = 6;
|
| optional float score = 7;
|
| repeated SnippetSourceProto sources = 8;
|
| - optional bool discarded = 9;
|
| + optional bool dismissed = 9;
|
| }
|
|
|
| message SnippetImageProto {
|
|
|