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

Unified Diff: chrome/android/java/src/org/chromium/chrome/browser/ntp/snippets/SuggestionsSource.java

Issue 2844033002: 📰 Move metrics and scheduling events out of SnippetsBridge (Closed)
Patch Set: rebase, address comment Created 3 years, 8 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/android/java/src/org/chromium/chrome/browser/ntp/snippets/SuggestionsSource.java
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/ntp/snippets/SuggestionsSource.java b/chrome/android/java/src/org/chromium/chrome/browser/ntp/snippets/SuggestionsSource.java
index 3e8491e4fcd388c9cbc237aaeabc2a60670305ca..0fbe749f0ad9aa46576e88dbfc076e06433c5ce4 100644
--- a/chrome/android/java/src/org/chromium/chrome/browser/ntp/snippets/SuggestionsSource.java
+++ b/chrome/android/java/src/org/chromium/chrome/browser/ntp/snippets/SuggestionsSource.java
@@ -114,11 +114,4 @@ void fetchSuggestionFavicon(SnippetArticle suggestion, int minimumSizePx, int de
* Sets the recipient for update events from the source.
*/
void setObserver(Observer observer);
-
- /**
- * Notifies the scheduler to adjust the plan due to a newly opened NTP.
- */
- // TODO(710268): This shouldn't have "NTP" in its name, as it's not specific to the NTP anymore.
- // Maybe split this off into a new interface for the scheduler?
- void onNtpInitialized();
}

Powered by Google App Engine
This is Rietveld 408576698