use title height without progress bar

    Bug: 3473996
    let the titlebar decide how high it is
    work around View.getHeight being final
    depends on I6e9a85d88eba176886e53b260d02082d26b410d8

Change-Id: I87a1acbddbb71637979491c40858a3ee22a230b5
diff --git a/src/com/android/browser/TitleBarBase.java b/src/com/android/browser/TitleBarBase.java
index 2b64aa3..46136db 100644
--- a/src/com/android/browser/TitleBarBase.java
+++ b/src/com/android/browser/TitleBarBase.java
@@ -113,6 +113,10 @@
         }
     }
 
+    public int getEmbeddedHeight() {
+        return getHeight();
+    }
+
     // UrlInputListener implementation
 
     /**