| Index: chrome/android/java/src/org/chromium/chrome/browser/compositor/bottombar/OverlayPanelHost.java
|
| diff --git a/chrome/android/java/src/org/chromium/chrome/browser/compositor/bottombar/OverlayPanelHost.java b/chrome/android/java/src/org/chromium/chrome/browser/compositor/bottombar/OverlayPanelHost.java
|
| deleted file mode 100644
|
| index a182af3f01a328ca3af76545db28eac31e1d316e..0000000000000000000000000000000000000000
|
| --- a/chrome/android/java/src/org/chromium/chrome/browser/compositor/bottombar/OverlayPanelHost.java
|
| +++ /dev/null
|
| @@ -1,16 +0,0 @@
|
| -// Copyright 2015 The Chromium Authors. All rights reserved.
|
| -// Use of this source code is governed by a BSD-style license that can be
|
| -// found in the LICENSE file.
|
| -
|
| -package org.chromium.chrome.browser.compositor.bottombar;
|
| -
|
| -/**
|
| - * Interface that allows {@link ContextualSearchPanel} to communicate with its host Layout.
|
| - */
|
| -public interface OverlayPanelHost {
|
| - /**
|
| - * Hides the Overlay Panel Supported Layout.
|
| - * @param immediately Whether it should be hidden immediately.
|
| - */
|
| - void hideLayout(boolean immediately);
|
| -}
|
|
|