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 e370194fea11e21d1d36f2ac2829aa41a16c3b9a..4d9039b99f2b9ef0512707ce57e1f80f36ef6e00 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,4 +192,10 @@ public interface ContextualSearchPanelDelegate { |
* Sets the top control state based on the internals of the panel. |
*/ |
void updateTopControlState(); |
+ |
+ /** |
+ * @param shouldAnimateSearchProviderIconSprite Whether the search provider icon sprite should |
+ * be animated. |
+ */ |
+ void setShouldAnimateSearchProviderIconSprite(boolean shouldAnimateSearchProviderIconSprite); |
} |