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

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

Issue 2816733003: 🔍 Update how shared preferences are handled by the widget (Closed)
Patch Set: Ugh eclipse 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_activity.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 a528f07bc9a6239efcf79793098e918a2eeffe01..dbaecfc48459aeaa7f98c86e8b5b7ba6dfca7675 100644
--- a/chrome/android/java/AndroidManifest.xml
+++ b/chrome/android/java/AndroidManifest.xml
@@ -731,8 +731,7 @@ by a child template that "extends" this file.
{% if channel in ['canary', 'default'] %}
<!-- Search widget -->
- <receiver android:name="org.chromium.chrome.browser.searchwidget.SearchWidgetProvider"
- android:process=":search_widget">
+ <receiver android:name="org.chromium.chrome.browser.searchwidget.SearchWidgetProvider">
<intent-filter>
<action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
</intent-filter>
@@ -748,7 +747,7 @@ by a child template that "extends" this file.
<!-- Search Activity -->
<activity android:name="org.chromium.chrome.browser.searchwidget.SearchActivity"
- android:theme="@style/MainTheme"
+ android:theme="@style/SearchActivityTheme"
android:label="Search"
android:exported="false"
android:launchMode="singleTask"
« no previous file with comments | « no previous file | chrome/android/java/res/layout/search_activity.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698