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

Unified Diff: components/ntp_snippets/remote/scheduling_remote_suggestions_provider.cc

Issue 2599743002: Trigger the Snippets Scheduler when Resuming Activities (Closed)
Patch Set: Renamed and moved the call to the bridge. Created 4 years 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/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.
}

Powered by Google App Engine
This is Rietveld 408576698