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 c0c28c03a935449c5ebb7d65a8b58a4bd4cc94f2..57a1c45dcdba4f2f72134e355b29b7477b5d4dc6 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 |
@@ -192,6 +192,12 @@ public interface ContextualSearchPanelDelegate { |
void notifyPanelTouched(); |
/** |
+ * Destroys the Content. |
+ * TODO(pedrosimonetti): Fix for M47. Replace this with a better delayed load approach. |
+ */ |
+ void destroyContent(); |
+ |
+ /** |
* Creates an {@link org.chromium.chrome.browser.compositor.layouts.ChromeAnimation.Animatable} |
* and adds it to the animation, setting the start value at the beginning of the animation. |
*/ |