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

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

Issue 2837503003: 🔍 Make the widget taller and usable on all channels (Closed)
Patch Set: 🔍 Make the widget taller and usable on all channels 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/res/layout/search_widget_template.xml » ('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 2770908768ecadfae29acfd40655d0b6776190ed..bfb857eb45df1ec267548cc400d0d96c42750f1c 100644
--- a/chrome/android/java/AndroidManifest.xml
+++ b/chrome/android/java/AndroidManifest.xml
@@ -672,7 +672,6 @@ by a child template that "extends" this file.
<receiver android:name="org.chromium.chrome.browser.bookmarkswidget.BookmarkWidgetProxy"
android:exported="false" />
- {% if channel in ['canary', 'default'] %}
<!-- Search widget -->
<receiver
android:name="org.chromium.chrome.browser.searchwidget.SearchWidgetProvider"
@@ -706,7 +705,6 @@ by a child template that "extends" this file.
android:windowSoftInputMode="adjustResize"
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|mcc|mnc|screenLayout|smallestScreenSize"
android:hardwareAccelerated="false" />
- {% endif %}
<!-- Receiver for GCM messages. -->
<receiver android:name="com.google.android.gms.gcm.GcmReceiver"
« no previous file with comments | « no previous file | chrome/android/java/res/layout/search_widget_template.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698