Chromium Code Reviews| Index: components/ntp_snippets/remote/scheduling_remote_suggestions_provider.cc |
| diff --git a/components/ntp_snippets/remote/scheduling_remote_suggestions_provider.cc b/components/ntp_snippets/remote/scheduling_remote_suggestions_provider.cc |
| index fde80e3b4c56641449b43a79be2bb5eab6199851..89a745c605f5702a0cc90533b304de09c82f4c5d 100644 |
| --- a/components/ntp_snippets/remote/scheduling_remote_suggestions_provider.cc |
| +++ b/components/ntp_snippets/remote/scheduling_remote_suggestions_provider.cc |
| @@ -138,6 +138,7 @@ void SchedulingRemoteSuggestionsProvider::OnPersistentSchedulerWakeUp() { |
| } |
| void SchedulingRemoteSuggestionsProvider::OnBrowserStartup() { |
| + // TODO(fhorschig): Consider that this is called twice for split screens. |
|
Michael van Ouwerkerk
2016/12/23 11:04:42
Not just twice, any number of times if the user sp
fhorschig
2017/01/03 15:04:26
Adjusted comment to the resuming functionality.
|
| // TODO(jkrcal): Implement. |
| } |