Chromium Code Reviews| Index: components/ntp_snippets/content_suggestions_provider.h |
| diff --git a/components/ntp_snippets/content_suggestions_provider.h b/components/ntp_snippets/content_suggestions_provider.h |
| index 836fd41996ddd1d2589959e73426e70f72194709..5209f0d43c0c166f793552feefbb5254e0a4e6ba 100644 |
| --- a/components/ntp_snippets/content_suggestions_provider.h |
| +++ b/components/ntp_snippets/content_suggestions_provider.h |
| @@ -81,13 +81,6 @@ class ContentSuggestionsProvider { |
| virtual ~ContentSuggestionsProvider(); |
| - // Returns the categories provided by this provider. |
| - // When the set of provided categories changes, the Observer is notified |
| - // through |OnNewSuggestions| or |OnCategoryStatusChanged| for added |
| - // categories, and through |OnCategoryStatusChanged| with parameter |
| - // NOT_PROVIDED for removed categories. |
| - virtual std::vector<Category> GetProvidedCategories() = 0; |
|
Philipp Keck
2016/08/19 14:14:13
Please search your new code for "GetProvidedCatego
vitaliii
2016/08/19 16:14:14
Done.
|
| - |
| // Determines the status of the given |category|, see CategoryStatus. |
| virtual CategoryStatus GetCategoryStatus(Category category) = 0; |