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

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

Issue 2814593003: 🔍 Continue working on the search widget prototype (Closed)
Patch Set: 🔍 Continue cleaning up the search widget. 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 167e290c78eb62e81ef3fc573f500a1bf82e6760..a528f07bc9a6239efcf79793098e918a2eeffe01 100644
--- a/chrome/android/java/AndroidManifest.xml
+++ b/chrome/android/java/AndroidManifest.xml
@@ -729,7 +729,7 @@ by a child template that "extends" this file.
<receiver android:name="org.chromium.chrome.browser.bookmarkswidget.BookmarkWidgetProxy"
android:exported="false" />
- {% if channel in ['default'] %}
+ {% if channel in ['canary', 'default'] %}
<!-- Search widget -->
<receiver android:name="org.chromium.chrome.browser.searchwidget.SearchWidgetProvider"
android:process=":search_widget">
@@ -748,10 +748,10 @@ by a child template that "extends" this file.
<!-- Search Activity -->
<activity android:name="org.chromium.chrome.browser.searchwidget.SearchActivity"
- android:theme="@style/OverlayTheme"
+ android:theme="@style/MainTheme"
android:label="Search"
android:exported="false"
- android:launchMode="singleInstance"
+ android:launchMode="singleTask"
android:taskAffinity=""
android:clearTaskOnLaunch="true"
android:excludeFromRecents="true"
« 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