| Index: components/ntp_snippets/content_suggestions_service.h
|
| diff --git a/components/ntp_snippets/content_suggestions_service.h b/components/ntp_snippets/content_suggestions_service.h
|
| index 3896eda4be4307bf43be18cbe8114d18366fa82f..c3b44676c7ffa164bf320bd7565f590352f54156 100644
|
| --- a/components/ntp_snippets/content_suggestions_service.h
|
| +++ b/components/ntp_snippets/content_suggestions_service.h
|
| @@ -212,6 +212,8 @@ class ContentSuggestionsService : public KeyedService,
|
| // Consider swapping the dependencies: first constructing all providers, then
|
| // constructing the service (passing the remote provider as arg), finally
|
| // registering the service as an observer of all providers?
|
| + // TODO(jkrcal) Move the getter into the scheduler interface (the setter is
|
| + // then not needed any more). crbug.com/695447
|
| void set_remote_suggestions_provider(
|
| RemoteSuggestionsProvider* remote_suggestions_provider) {
|
| remote_suggestions_provider_ = remote_suggestions_provider;
|
|
|