| Index: chrome/android/java/src/org/chromium/chrome/browser/contextualsearch/ContextualSearchManager.java
|
| diff --git a/chrome/android/java/src/org/chromium/chrome/browser/contextualsearch/ContextualSearchManager.java b/chrome/android/java/src/org/chromium/chrome/browser/contextualsearch/ContextualSearchManager.java
|
| index 80fb1011ad64f431901b6427555ad257c60fcc30..f6be1663acb3cf5ebe77312fabe3e2b99369bb74 100644
|
| --- a/chrome/android/java/src/org/chromium/chrome/browser/contextualsearch/ContextualSearchManager.java
|
| +++ b/chrome/android/java/src/org/chromium/chrome/browser/contextualsearch/ContextualSearchManager.java
|
| @@ -510,6 +510,11 @@ public class ContextualSearchManager extends ContextualSearchObservable
|
|
|
| mWereSearchResultsSeen = false;
|
|
|
| + mSearchPanelDelegate.setShouldAnimateSearchProviderIconSprite(
|
| + ContextualSearchPolicy.getInstance(mActivity).shouldAnimateSearchProviderIcon(
|
| + mSelectionController.getSelectionType(), mSearchPanelDelegate.isShowing(),
|
| + mActivity.getResources().getDisplayMetrics().density));
|
| +
|
| // TODO(donnd): although we are showing the bar here, we have not yet set the text!
|
| // Refactor to show the bar and set the text at the same time!
|
| // TODO(donnd): If there was a previously ongoing contextual search, we should ensure
|
|
|