add old progress bar to ui

Change-Id: I53023ee54edf17894c51cb3247d7f2f2e2c7c240
diff --git a/src/com/android/browser/TitleBarXLarge.java b/src/com/android/browser/TitleBarXLarge.java
index 7a8d984..4254046 100644
--- a/src/com/android/browser/TitleBarXLarge.java
+++ b/src/com/android/browser/TitleBarXLarge.java
@@ -211,6 +211,7 @@
      * called from the Ui when the user wants to edit
      * @param clearInput clear the input field
      */
+    @Override
     void startEditingUrl(boolean clearInput) {
         // editing takes preference of progress
         mContainer.setVisibility(View.VISIBLE);