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

Unified Diff: chrome/android/java/src/org/chromium/chrome/browser/ntp/RecentlyClosedBridge.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 | « chrome/android/java/src/org/chromium/chrome/browser/ntp/NewTabPageUma.java ('k') | no next file » | 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/RecentlyClosedBridge.java
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/ntp/RecentlyClosedBridge.java b/chrome/android/java/src/org/chromium/chrome/browser/ntp/RecentlyClosedBridge.java
index d8aede3b1e92291fda15d4b31e87800df4fdf31c..a760b2ef9883647ba7d067f82d4f7f4945305cfe 100644
--- a/chrome/android/java/src/org/chromium/chrome/browser/ntp/RecentlyClosedBridge.java
+++ b/chrome/android/java/src/org/chromium/chrome/browser/ntp/RecentlyClosedBridge.java
@@ -24,7 +24,7 @@ public class RecentlyClosedBridge {
/**
* 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.
*/
@CalledByNative("RecentlyClosedCallback")
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/ntp/NewTabPageUma.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698