Chromium Code Reviews| 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 |