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

Unified Diff: ios/chrome/browser/content_suggestions/content_suggestions_service_bridge_observer.mm

Issue 2739873003: Remove suggestions notified as invalid (Closed)
Patch Set: Update comment Created 3 years, 9 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
Index: ios/chrome/browser/content_suggestions/content_suggestions_service_bridge_observer.mm
diff --git a/ios/chrome/browser/content_suggestions/content_suggestions_service_bridge_observer.mm b/ios/chrome/browser/content_suggestions/content_suggestions_service_bridge_observer.mm
index 90d3d7c99f47538dc48cff94348607532cf8e09b..ad55dde8ce686bfc80bd0c041494eee2887cde76 100644
--- a/ios/chrome/browser/content_suggestions/content_suggestions_service_bridge_observer.mm
+++ b/ios/chrome/browser/content_suggestions/content_suggestions_service_bridge_observer.mm
@@ -37,7 +37,7 @@ void ContentSuggestionsServiceBridge::OnCategoryStatusChanged(
void ContentSuggestionsServiceBridge::OnSuggestionInvalidated(
const ntp_snippets::ContentSuggestion::ID& suggestion_id) {
[observer_ contentSuggestionsService:service_
- SuggestionInvalidated:suggestion_id];
+ suggestionInvalidated:suggestion_id];
}
void ContentSuggestionsServiceBridge::OnFullRefreshRequired() {

Powered by Google App Engine
This is Rietveld 408576698