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

Unified Diff: components/ntp_snippets/offline_pages/recent_tab_suggestions_provider.h

Issue 2560783002: [NTP::PhysicalWeb] Implement suggestion dismissal. (Closed)
Patch Set: Created 4 years 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/offline_pages/recent_tab_suggestions_provider.h
diff --git a/components/ntp_snippets/offline_pages/recent_tab_suggestions_provider.h b/components/ntp_snippets/offline_pages/recent_tab_suggestions_provider.h
index fef26df081d05c4cbf6c5882217f11e5baf33e85..fbe053f0d810677da57aad4b732e756088a58979 100644
--- a/components/ntp_snippets/offline_pages/recent_tab_suggestions_provider.h
+++ b/components/ntp_snippets/offline_pages/recent_tab_suggestions_provider.h
@@ -96,7 +96,7 @@ class RecentTabSuggestionsProvider
const;
// Fires the |OnSuggestionInvalidated| event for the suggestion corresponding
- // to the given |offline_id| and clears it from the dismissed IDs list, if
+ // to the given |offline_id| and deletes it from the dismissed IDs list, if
// necessary.
void InvalidateSuggestion(int64_t offline_id);

Powered by Google App Engine
This is Rietveld 408576698