| Index: chrome/android/java/src/org/chromium/chrome/browser/compositor/bottombar/contextualsearch/ContextualSearchPanelDelegate.java
|
| diff --git a/chrome/android/java/src/org/chromium/chrome/browser/compositor/bottombar/contextualsearch/ContextualSearchPanelDelegate.java b/chrome/android/java/src/org/chromium/chrome/browser/compositor/bottombar/contextualsearch/ContextualSearchPanelDelegate.java
|
| index 55ab8e09467fd49eecb28d322964c963b8052fb0..133a2f31ab02f68a3f6a7edee5804b118706bf85 100644
|
| --- a/chrome/android/java/src/org/chromium/chrome/browser/compositor/bottombar/contextualsearch/ContextualSearchPanelDelegate.java
|
| +++ b/chrome/android/java/src/org/chromium/chrome/browser/compositor/bottombar/contextualsearch/ContextualSearchPanelDelegate.java
|
| @@ -54,23 +54,6 @@ public interface ContextualSearchPanelDelegate {
|
| void updateBasePageSelectionYPx(float y);
|
|
|
| /**
|
| - * Sets the content height of the First Run Flow Panel.
|
| - * @param height The content height of the First Run Flow Panel.
|
| - */
|
| - void setPromoContentHeight(float height);
|
| -
|
| - /**
|
| - * @param shouldHidePromoHeader Sets whether the First Run Flow's header
|
| - * should be hidden.
|
| - */
|
| - void setShouldHidePromoHeader(boolean shouldHidePromoHeader);
|
| -
|
| - /**
|
| - * Animates the Contextual Search panel after first-run success.
|
| - */
|
| - void animateAfterFirstRunSuccess();
|
| -
|
| - /**
|
| * Handles the onLoadStarted event in the WebContents.
|
| */
|
| void onLoadStarted();
|
| @@ -92,6 +75,7 @@ public interface ContextualSearchPanelDelegate {
|
| PanelState getPanelState();
|
|
|
| /**
|
| + * TODO(pedrosimonetti): DO NOT SUBMIT: use it or remove it!
|
| * Sets that the contextual search involved the promo.
|
| */
|
| void setDidSearchInvolvePromo();
|
| @@ -102,6 +86,7 @@ public interface ContextualSearchPanelDelegate {
|
| void setWasSearchContentViewSeen();
|
|
|
| /**
|
| + * TODO(pedrosimonetti): DO NOT SUBMIT: use it or remove it!
|
| * Sets whether the promo is active.
|
| * @param shown Whether the promo is active.
|
| */
|
|
|