Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2903)

Unified Diff: chrome/android/java/src/org/chromium/chrome/browser/omnibox/LocationBar.java

Issue 2574003002: Android: Remove MobileStartup.Toolbar* histograms (Closed)
Patch Set: Remove one more. Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698