Fix voice search mode

    Bug: 3410067
    Fixes voice search mode
    Fixes two buttons to the left of the url
    This CL does not fix the voice button to the right yet.

Change-Id: I743f8d97811fc4dfc0488d27fc08cac10fdd1043
diff --git a/src/com/android/browser/XLargeUi.java b/src/com/android/browser/XLargeUi.java
index 3e200ea..88df015 100644
--- a/src/com/android/browser/XLargeUi.java
+++ b/src/com/android/browser/XLargeUi.java
@@ -357,7 +357,7 @@
         if (getActiveTab() != null) {
             vsresults = getActiveTab().getVoiceSearchResults();
         }
-        mTitleBar.setInVoiceMode(true, null);
+        mTitleBar.setInVoiceMode(true, vsresults);
         mTitleBar.setDisplayTitle(title);
     }