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

Unified Diff: chrome/android/java/src/org/chromium/chrome/browser/suggestions/SuggestionsUiDelegate.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/suggestions/SuggestionsUiDelegate.java
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/suggestions/SuggestionsUiDelegate.java b/chrome/android/java/src/org/chromium/chrome/browser/suggestions/SuggestionsUiDelegate.java
index 8e523383e91a001c56350995b8792d5a78de5a9c..b0579b6e353ebe48a67c3b7b0ca445db25b36fb8 100644
--- a/chrome/android/java/src/org/chromium/chrome/browser/suggestions/SuggestionsUiDelegate.java
+++ b/chrome/android/java/src/org/chromium/chrome/browser/suggestions/SuggestionsUiDelegate.java
@@ -20,8 +20,11 @@
/** Convenience method to access the {@link SuggestionsSource}. */
SuggestionsSource getSuggestionsSource();
- /** Convenience method to access the {@link SuggestionsMetricsReporter}. */
- SuggestionsMetricsReporter getMetricsReporter();
+ /** Convenience method to access the {@link SuggestionsRanker}. */
+ SuggestionsRanker getSuggestionsRanker();
+
+ /** Convenience method to access the {@link SuggestionsEventReporter}. */
+ SuggestionsEventReporter getEventReporter();
/** Convenience method to access the {@link SuggestionsNavigationDelegate}. */
SuggestionsNavigationDelegate getNavigationDelegate();

Powered by Google App Engine
This is Rietveld 408576698