Fix Offline Tab UI

Change-Id: I096ba427342342a3dce389f988f55a0624a6f43f
diff --git a/src/com/android/browser/SnapshotBar.java b/src/com/android/browser/SnapshotBar.java
index 344e732..cdaf3ef 100644
--- a/src/com/android/browser/SnapshotBar.java
+++ b/src/com/android/browser/SnapshotBar.java
@@ -126,9 +126,7 @@
         }
         if (mOverflowMenu != null) {
             mOverflowMenu.setOnClickListener(this);
-            boolean showMenu = !ViewConfiguration.get(getContext())
-                    .hasPermanentMenuKey();
-            mOverflowMenu.setVisibility(showMenu ? VISIBLE : GONE);
+            mOverflowMenu.setVisibility(VISIBLE);
         }
         if (mToggleContainer != null) {
             mToggleContainer.setOnClickListener(this);