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

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: 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..89991211d9eda9a412ce54c40925269da27da045 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
@@ -8,6 +8,8 @@
/**
* A leaf in the tree, i.e. a single item.
PEConn 2016/11/01 11:05:44 Change this to 'a *permanent* leaf in the tree' to
dgn 2016/11/01 14:48:11 Done.
+ * 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