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

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

Issue 2463133002: 📰 Make the MORE button more configurable (Closed)
Patch Set: rebase Created 4 years, 1 month 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/cards/Leaf.java
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/ntp/cards/Leaf.java b/chrome/android/java/src/org/chromium/chrome/browser/ntp/cards/Leaf.java
index aef01d06007878e4cdc1f707723d0f21725c6dd9..c20b91898e13b8a15b328a85b7bf5ad056676c5f 100644
--- a/chrome/android/java/src/org/chromium/chrome/browser/ntp/cards/Leaf.java
+++ b/chrome/android/java/src/org/chromium/chrome/browser/ntp/cards/Leaf.java
@@ -7,7 +7,9 @@
import org.chromium.chrome.browser.ntp.snippets.SnippetArticle;
/**
- * A leaf in the tree, i.e. a single item.
+ * A permanent leaf in the tree, i.e. a single item.
+ * If the leaf is not to be a permanent member of the tree, see {@link OptionalLeaf} for an
+ * implementation that will take care of hiding or showing the item.
*/
public abstract class Leaf implements TreeNode {
@Override

Powered by Google App Engine
This is Rietveld 408576698