| 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 748618d98d72dcbc5f03f76e4cf6a1865e1190d7..55ab8e09467fd49eecb28d322964c963b8052fb0 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
|
| @@ -118,4 +118,9 @@ public interface ContextualSearchPanelDelegate {
|
| * @param wasPrefetch Whether the request was prefetch-enabled.
|
| */
|
| void onSearchResultsLoaded(boolean wasPrefetch);
|
| +
|
| + /**
|
| + * @return ContextualSearchControl The Android View that renders the BottomBar text.
|
| + */
|
| + ContextualSearchControl getContextualSearchControl();
|
| }
|
|
|