| Index: chrome/android/java/src/org/chromium/chrome/browser/ntp/cards/TreeNode.java
|
| diff --git a/chrome/android/java/src/org/chromium/chrome/browser/ntp/cards/TreeNode.java b/chrome/android/java/src/org/chromium/chrome/browser/ntp/cards/TreeNode.java
|
| index 75997a493b5d2cba0d22cfc559b89de60a92aaee..6816a1a46eec15e2304263945bf255a3d6c14dbb 100644
|
| --- a/chrome/android/java/src/org/chromium/chrome/browser/ntp/cards/TreeNode.java
|
| +++ b/chrome/android/java/src/org/chromium/chrome/browser/ntp/cards/TreeNode.java
|
| @@ -4,8 +4,6 @@
|
|
|
| package org.chromium.chrome.browser.ntp.cards;
|
|
|
| -import android.support.annotation.CallSuper;
|
| -
|
| import org.chromium.chrome.browser.ntp.snippets.SnippetArticle;
|
|
|
| /**
|
| @@ -17,8 +15,7 @@
|
| * node has been added to the tree, i.e. when it is in the list of its parent's children.
|
| * The node may notify its parent about changes that happen during initialization.
|
| */
|
| - @CallSuper
|
| - void init();
|
| + void setParent(NodeParent parent);
|
|
|
| /**
|
| * Returns the number of items under this subtree. This method may be called
|
|
|