| Index: chrome/android/java/AndroidManifest.xml
|
| diff --git a/chrome/android/java/AndroidManifest.xml b/chrome/android/java/AndroidManifest.xml
|
| index 46c4a51a86ea4ecc28b24cc664499a6f793f102d..59c5806b981b24e5d584f4f89c9ccface5f0c287 100644
|
| --- a/chrome/android/java/AndroidManifest.xml
|
| +++ b/chrome/android/java/AndroidManifest.xml
|
| @@ -703,7 +703,10 @@ by a child template that "extends" this file.
|
| <action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
|
| </intent-filter>
|
| <intent-filter>
|
| - <action android:name="org.chromium.chrome.browser.searchwidget.START_SEARCH_ACTIVITY" />
|
| + <action android:name="org.chromium.chrome.browser.searchwidget.START_TEXT_QUERY" />
|
| + </intent-filter>
|
| + <intent-filter>
|
| + <action android:name="org.chromium.chrome.browser.searchwidget.START_VOICE_QUERY" />
|
| </intent-filter>
|
| <intent-filter>
|
| <action android:name="org.chromium.chrome.browser.searchwidget.UPDATE_ALL_WIDGETS" />
|
|
|