| Index: chrome/android/java/src/org/chromium/chrome/browser/compositor/bottombar/contextualsearch/ContextualSearchPanelFeatures.java
|
| diff --git a/chrome/android/java/src/org/chromium/chrome/browser/compositor/bottombar/contextualsearch/ContextualSearchPanelFeatures.java b/chrome/android/java/src/org/chromium/chrome/browser/compositor/bottombar/contextualsearch/ContextualSearchPanelFeatures.java
|
| index 08c834c85dc8d0e27b6abdc589b8f77c0e156e11..e09a99d5068dd132e2189806da948c396979e8f5 100644
|
| --- a/chrome/android/java/src/org/chromium/chrome/browser/compositor/bottombar/contextualsearch/ContextualSearchPanelFeatures.java
|
| +++ b/chrome/android/java/src/org/chromium/chrome/browser/compositor/bottombar/contextualsearch/ContextualSearchPanelFeatures.java
|
| @@ -27,13 +27,6 @@ public class ContextualSearchPanelFeatures {
|
| }
|
|
|
| /**
|
| - * @return {@code true} Whether the close button is available.
|
| - */
|
| - public boolean isCloseButtonAvailable() {
|
| - return mIsCustomTab;
|
| - }
|
| -
|
| - /**
|
| * @return {@code true} Whether the close animation should run when the the panel is closed
|
| * due the panel being promoted to a tab.
|
| */
|
|
|