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

Unified Diff: chrome/android/java/src/org/chromium/chrome/browser/compositor/bottombar/contextualsearch/ContextualSearchPanelDelegate.java

Issue 1412223004: [Contextual Search] Fix Content visibility regression. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 months 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/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.
*/

Powered by Google App Engine
This is Rietveld 408576698