Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7)

Unified Diff: chrome/android/java/AndroidManifest.xml

Issue 2819083002: 🔍 Add basic search widget test (Closed)
Patch Set: 🔍 Tests Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/searchwidget/SearchActivity.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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" />
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/searchwidget/SearchActivity.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698