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

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

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.h
diff --git a/ios/chrome/browser/content_suggestions/content_suggestions_service_bridge_observer.h b/ios/chrome/browser/content_suggestions/content_suggestions_service_bridge_observer.h
index 50ed859095eff85ba623760201ab6aa410c5d541..718867f5d95e13cf91b6f8870a85d20eec2c7ffe 100644
--- a/ios/chrome/browser/content_suggestions/content_suggestions_service_bridge_observer.h
+++ b/ios/chrome/browser/content_suggestions/content_suggestions_service_bridge_observer.h
@@ -26,7 +26,7 @@
// Invoked by ntp_snippets::ContentSuggestionsService::OnSuggestionInvalidated.
- (void)contentSuggestionsService:
(ntp_snippets::ContentSuggestionsService*)suggestionsService
- SuggestionInvalidated:
+ suggestionInvalidated:
(const ntp_snippets::ContentSuggestion::ID&)suggestion_id;
// Invoked by ntp_snippets::ContentSuggestionsService::OnFullRefreshRequired.

Powered by Google App Engine
This is Rietveld 408576698