Commit c264db89 authored by mvanouwerkerk's avatar mvanouwerkerk Committed by Commit bot

Ntp: delete dead code and fix broken JavaDoc.

Review-Url: https://codereview.chromium.org/2286703002
Cr-Commit-Position: refs/heads/master@{#415313}
parent 6c1a3dd6
...@@ -55,8 +55,6 @@ public class NewTabPageUma { ...@@ -55,8 +55,6 @@ public class NewTabPageUma {
private static final int RAPPOR_ACTION_NAVIGATED_USING_OMNIBOX = 0; private static final int RAPPOR_ACTION_NAVIGATED_USING_OMNIBOX = 0;
// User navigated to a page using one of the suggested tiles. // User navigated to a page using one of the suggested tiles.
public static final int RAPPOR_ACTION_VISITED_SUGGESTED_TILE = 1; 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) // Regular NTP impression (usually when a new tab is opened)
public static final int NTP_IMPRESSION_REGULAR = 0; public static final int NTP_IMPRESSION_REGULAR = 0;
......
...@@ -24,7 +24,7 @@ public class RecentlyClosedBridge { ...@@ -24,7 +24,7 @@ public class RecentlyClosedBridge {
/** /**
* This method will be called every time the list of recently closed tabs is updated. * This method will be called every time the list of recently closed tabs is updated.
* *
* It's a good place to call {@link RecentlyClosedBridge#getRecentlyClosedTabs()} to get the * It's a good place to call {@link RecentlyClosedBridge#getRecentlyClosedTabs} to get the
* updated list of tabs. * updated list of tabs.
*/ */
@CalledByNative("RecentlyClosedCallback") @CalledByNative("RecentlyClosedCallback")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment