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

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

Issue 2560783002: [NTP::PhysicalWeb] Implement suggestion dismissal. (Closed)
Patch Set: rebase and bauerb@ nit. 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 d1fe4108867a71f5c75f8e5bded8c851b4f970e7..3d8a290109c0b3bbe064865dca8be1b7d32b83e2 100644
--- a/components/ntp_snippets/offline_pages/recent_tab_suggestions_provider.h
+++ b/components/ntp_snippets/offline_pages/recent_tab_suggestions_provider.h
@@ -98,7 +98,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