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

Unified Diff: chrome/android/java/src/org/chromium/chrome/browser/omnibox/UrlBar.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/UrlBar.java
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/omnibox/UrlBar.java b/chrome/android/java/src/org/chromium/chrome/browser/omnibox/UrlBar.java
index d97f1c4adc7ea07ef1a32fbc72fa3d2af2ddf8f3..b18db704299667f1638cd65bfe043a312db0fddd 100644
--- a/chrome/android/java/src/org/chromium/chrome/browser/omnibox/UrlBar.java
+++ b/chrome/android/java/src/org/chromium/chrome/browser/omnibox/UrlBar.java
@@ -451,14 +451,6 @@ public class UrlBar extends VerticallyFixedEditText {
}
/**
- * @return The elapsed realtime timestamp in ms of the first time the url bar was focused,
- * 0 if never.
- */
- public long getFirstFocusTime() {
- return mFirstFocusTimeMs;
- }
-
- /**
* Sets whether this {@link UrlBar} should be focusable.
*/
public void setAllowFocus(boolean allowFocus) {
@@ -609,13 +601,6 @@ public class UrlBar extends VerticallyFixedEditText {
}
/**
- * @return The text direction of the URL, e.g. LAYOUT_DIRECTION_LTR.
- */
- public int getUrlDirection() {
- return mUrlDirection;
- }
-
- /**
* Sets the listener for changes in the url bar's layout direction. Also calls
* onUrlDirectionChanged() immediately on the listener.
*

Powered by Google App Engine
This is Rietveld 408576698