Chromium Code Reviews| Index: chrome/android/java/src/org/chromium/chrome/browser/omnibox/LocationBar.java |
| diff --git a/chrome/android/java/src/org/chromium/chrome/browser/omnibox/LocationBar.java b/chrome/android/java/src/org/chromium/chrome/browser/omnibox/LocationBar.java |
| index c2852cbde9f687cd4419a310228043ee7dd41aef..5662a605d4e1f0ada46c9b26002bad10e03f503c 100644 |
| --- a/chrome/android/java/src/org/chromium/chrome/browser/omnibox/LocationBar.java |
| +++ b/chrome/android/java/src/org/chromium/chrome/browser/omnibox/LocationBar.java |
| @@ -20,6 +20,7 @@ import org.chromium.chrome.browser.toolbar.ActionModeController.ActionBarDelegat |
| import org.chromium.chrome.browser.toolbar.Toolbar; |
| import org.chromium.chrome.browser.toolbar.ToolbarActionModeCallback; |
| import org.chromium.chrome.browser.toolbar.ToolbarDataProvider; |
| +import org.chromium.chrome.browser.widget.BottomSheet; |
| import org.chromium.ui.base.WindowAndroid; |
| /** |
| @@ -80,6 +81,12 @@ public interface LocationBar extends UrlBarDelegate { |
| void setToolbarDataProvider(ToolbarDataProvider model); |
| /** |
| + * Set the bottom sheet for Chrome Home. This will be null if Chrome Home is disabled. |
|
Ted C
2017/01/25 19:27:02
Would this even need to be called if Chrome Home i
mdjones
2017/01/26 00:34:39
It won't; updated doc.
|
| + * @param sheet The bottom sheet for Chrome Home if it exists. |
| + */ |
| + void setBottomSheet(BottomSheet sheet); |
| + |
| + /** |
| * Sets the menu helper that should be used if there is a menu button in {@link LocationBar}. |
| * @param helper The helper to be used. |
| */ |