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

Unified Diff: components/ntp_snippets/proto/ntp_snippets.proto

Issue 2167063003: Rename discard to dismiss for NTP snippets and content suggestions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bridgeumbiegen
Patch Set: Fix unit test Created 4 years, 5 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
« no previous file with comments | « components/ntp_snippets/offline_pages/offline_page_suggestions_provider.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {
« no previous file with comments | « components/ntp_snippets/offline_pages/offline_page_suggestions_provider.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698