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

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

Issue 2597653002: [Remote suggestions] Interface for additional triggers for the scheduler (Closed)
Patch Set: Fixing the return type. 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
« no previous file with comments | « components/ntp_snippets/remote/scheduling_remote_suggestions_provider.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 aaf6b72a46d5fbb96ae0f729a6f9776992b042df..fde80e3b4c56641449b43a79be2bb5eab6199851 100644
--- a/components/ntp_snippets/remote/scheduling_remote_suggestions_provider.cc
+++ b/components/ntp_snippets/remote/scheduling_remote_suggestions_provider.cc
@@ -137,6 +137,14 @@ void SchedulingRemoteSuggestionsProvider::OnPersistentSchedulerWakeUp() {
base::Unretained(this))));
}
+void SchedulingRemoteSuggestionsProvider::OnBrowserStartup() {
+ // TODO(jkrcal): Implement.
+}
+
+void SchedulingRemoteSuggestionsProvider::OnNTPOpened() {
+ // TODO(jkrcal): Implement.
+}
+
void SchedulingRemoteSuggestionsProvider::SetProviderStatusCallback(
std::unique_ptr<ProviderStatusCallback> callback) {
provider_->SetProviderStatusCallback(std::move(callback));
« no previous file with comments | « components/ntp_snippets/remote/scheduling_remote_suggestions_provider.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698