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

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

Issue 2061803002: 📰 The Status card reports disabled sync states (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@simplifyBridge
Patch Set: yolo: another big bag of changes Created 4 years, 6 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/NewTabPageView.java
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/ntp/NewTabPageView.java b/chrome/android/java/src/org/chromium/chrome/browser/ntp/NewTabPageView.java
index f6c875ccb5e14d0c7ea69f303fc5e8cb35a3f3c8..f387c0fccc0bbc00ee1abd3a1adec60ac1fa9661 100644
--- a/chrome/android/java/src/org/chromium/chrome/browser/ntp/NewTabPageView.java
+++ b/chrome/android/java/src/org/chromium/chrome/browser/ntp/NewTabPageView.java
@@ -146,11 +146,14 @@
void navigateToRecentTabs();
/**
- * Opens an url in the current tab.
+ * Opens an url in the current tab and records related metrics.
* @param url the URL to open
*/
void openSnippet(String url);
+ /** Opens a url in the current tab. */
+ void openUrl(String url);
+
/** Opens the interests dialog. */
void navigateToInterests();

Powered by Google App Engine
This is Rietveld 408576698