am 11979e05: DO NOT MERGE remove the pretend cab from the browser

Merge commit '11979e058c4ea28dd77a5e598071277a8a824475' into gingerbread-plus-aosp

* commit '11979e058c4ea28dd77a5e598071277a8a824475':
  DO NOT MERGE remove the pretend cab from the browser
diff --git a/src/com/android/browser/Tab.java b/src/com/android/browser/Tab.java
index 167c7b3..00c027f 100644
--- a/src/com/android/browser/Tab.java
+++ b/src/com/android/browser/Tab.java
@@ -1047,7 +1047,7 @@
 
         @Override
         public void onSelectionStart(WebView view) {
-            if (mInForeground) mActivity.showSelectDialog();
+            if (false && mInForeground) mActivity.showSelectDialog();
         }
 
         @Override