| 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..f957b5386a85c0b38110e49db1ba89a54a26544a 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
|
| @@ -86,12 +86,6 @@ public interface LocationBar extends UrlBarDelegate {
|
| void setMenuButtonHelper(AppMenuButtonHelper helper);
|
|
|
| /**
|
| - * @return The anchor view that should be used for the app menu. Null if there is no menu in
|
| - * {@link LocationBar} for the current configuration.
|
| - */
|
| - View getMenuAnchor();
|
| -
|
| - /**
|
| * Initialize controls that will act as hooks to various functions.
|
| * @param windowDelegate {@link WindowDelegate} that will provide {@link Window} related info.
|
| * @param delegate {@link ActionBarDelegate} to be used while creating a
|
| @@ -139,11 +133,6 @@ public interface LocationBar extends UrlBarDelegate {
|
| void revertChanges();
|
|
|
| /**
|
| - * @return The timestamp for the {@link UrlBar} gaining focus for the first time.
|
| - */
|
| - long getFirstUrlBarFocusTime();
|
| -
|
| - /**
|
| * Updates the security icon displayed in the LocationBar.
|
| */
|
| void updateSecurityIcon(int securityLevel);
|
|
|