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