fix url action mode

    Bug: 5093025
    The url bar is kept visible now
    It's still not perfect, because the url bar gets pushed down
    under the user's finger

Change-Id: I7142cd1f442bf7e3b53af5aac150defda68661ed
diff --git a/src/com/android/browser/UI.java b/src/com/android/browser/UI.java
index bc4c0cf..0929c0c 100644
--- a/src/com/android/browser/UI.java
+++ b/src/com/android/browser/UI.java
@@ -134,6 +134,8 @@
 
     void editUrl(boolean clearInput);
 
+    boolean isEditingUrl();
+
     boolean dispatchKey(int code, KeyEvent event);
 
     public static interface DropdownChangeListener {