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(); |
} |