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

Unified Diff: chrome/browser/android/ntp/ntp_snippets_launcher.h

Issue 2357163004: [NTP Snippets] Remove scheduled re-scheduling (Closed)
Patch Set: super-nit, rebase Created 4 years, 3 months 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: chrome/browser/android/ntp/ntp_snippets_launcher.h
diff --git a/chrome/browser/android/ntp/ntp_snippets_launcher.h b/chrome/browser/android/ntp/ntp_snippets_launcher.h
index 81ba69fb06de7243c491bd559274f1c683349b39..fb90ba806946dedec5c5dfe8bf946095f4d08aae 100644
--- a/chrome/browser/android/ntp/ntp_snippets_launcher.h
+++ b/chrome/browser/android/ntp/ntp_snippets_launcher.h
@@ -20,8 +20,7 @@ class NTPSnippetsLauncher : public ntp_snippets::NTPSnippetsScheduler {
// ntp_snippets::NTPSnippetsScheduler implementation.
bool Schedule(base::TimeDelta period_wifi,
- base::TimeDelta period_fallback,
- base::Time reschedule_time) override;
+ base::TimeDelta period_fallback) override;
bool Unschedule() override;
private:
« no previous file with comments | « chrome/browser/android/ntp/ntp_snippets_bridge.cc ('k') | chrome/browser/android/ntp/ntp_snippets_launcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698