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

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

Issue 2286703002: Ntp: delete dead code and fix broken JavaDoc. (Closed)
Patch Set: Rebase. Created 4 years, 4 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
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/ntp/RecentlyClosedBridge.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/src/org/chromium/chrome/browser/ntp/NewTabPageUma.java
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/ntp/NewTabPageUma.java b/chrome/android/java/src/org/chromium/chrome/browser/ntp/NewTabPageUma.java
index f08509c4853a127cf6a4bc51a4da576ab1ff2d10..3a56bfb8c478e4a2030bb00ce8d61daef0f01e26 100644
--- a/chrome/android/java/src/org/chromium/chrome/browser/ntp/NewTabPageUma.java
+++ b/chrome/android/java/src/org/chromium/chrome/browser/ntp/NewTabPageUma.java
@@ -55,8 +55,6 @@ public class NewTabPageUma {
private static final int RAPPOR_ACTION_NAVIGATED_USING_OMNIBOX = 0;
// User navigated to a page using one of the suggested tiles.
public static final int RAPPOR_ACTION_VISITED_SUGGESTED_TILE = 1;
- // The number of possible actions pertinent to Rappor
- private static final int RAPPOR_NUM_ACTIONS = 2;
// Regular NTP impression (usually when a new tab is opened)
public static final int NTP_IMPRESSION_REGULAR = 0;
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/ntp/RecentlyClosedBridge.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698