Merge "Remove combo view on new intent" into honeycomb
diff --git a/src/com/android/browser/IntentHandler.java b/src/com/android/browser/IntentHandler.java
index 2a34aba..9c50975 100644
--- a/src/com/android/browser/IntentHandler.java
+++ b/src/com/android/browser/IntentHandler.java
@@ -87,10 +87,8 @@
             mController.bookmarksOrHistoryPicker(false);
             return;
         }
-        if (BrowserActivity.ACTION_SHOW_BROWSER.equals(action)) {
-            mController.removeComboView();
-            return;
-        }
+        mController.removeComboView();
+
         // In case the SearchDialog is open.
         ((SearchManager) mActivity.getSystemService(Context.SEARCH_SERVICE))
                 .stopSearch();