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

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

Issue 2819083002: 🔍 Add basic search widget test (Closed)
Patch Set: 🔍 Further widget cleanup 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
Index: chrome/android/java/AndroidManifest.xml
diff --git a/chrome/android/java/AndroidManifest.xml b/chrome/android/java/AndroidManifest.xml
index a16fc6bb75c266461413826e6b2b01c1e70a36b8..0773f5a0741f1cf8b08a90bae68ce4bb4b3dcfd3 100644
--- a/chrome/android/java/AndroidManifest.xml
+++ b/chrome/android/java/AndroidManifest.xml
@@ -705,7 +705,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" />

Powered by Google App Engine
This is Rietveld 408576698