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

Unified Diff: components/ntp_snippets/mock_content_suggestions_provider_observer.h

Issue 2244793002: Remove deleted offline page suggestions from opened NTPs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adjust MockContentSuggestionsProvider Created 4 years, 4 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: components/ntp_snippets/mock_content_suggestions_provider_observer.h
diff --git a/components/ntp_snippets/mock_content_suggestions_provider_observer.h b/components/ntp_snippets/mock_content_suggestions_provider_observer.h
index d92b9b3a7a3923c81130d3910a6c8ec749f13ff6..01e273de249d2089a9839f11658805c3cea5b9ac 100644
--- a/components/ntp_snippets/mock_content_suggestions_provider_observer.h
+++ b/components/ntp_snippets/mock_content_suggestions_provider_observer.h
@@ -37,6 +37,10 @@ class MockContentSuggestionsProviderObserver
void(ContentSuggestionsProvider* provider,
Category category,
CategoryStatus new_status));
+ MOCK_METHOD3(OnSuggestionInvalidated,
+ void(ContentSuggestionsProvider* provider,
+ Category category,
+ const std::string& suggestion_id));
};
} // namespace ntp_snippets

Powered by Google App Engine
This is Rietveld 408576698