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

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: fix compilation: origins 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 5f8c39803bfedbd4fae86d5b72fcf6f8e200e26b..18e9b07bd67b46500fdd362828aee4f07b12bb14 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