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

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

Issue 2380133002: Show search engine promo dialog for special locale (Closed)
Patch Set: maria's comment Created 4 years, 2 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/drawable-hdpi/search_sogou.png » ('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 237dcae26789a45dffc47d125d13a9065aa802ff..8eec2efb143f8dc3e60aa609011bc6c742f268e7 100644
--- a/chrome/android/java/AndroidManifest.xml
+++ b/chrome/android/java/AndroidManifest.xml
@@ -375,7 +375,7 @@ by a child template that "extends" this file.
android:autoRemoveFromRecents="true">
</activity>
<activity android:name="org.chromium.chrome.browser.firstrun.LightweightFirstRunActivity"
- android:theme="@style/LightweightFreDialog"
+ android:theme="@style/SimpleDialog"
android:launchMode="singleTop"
android:autoRemoveFromRecents="true"
android:windowSoftInputMode="stateHidden|adjustPan"
« no previous file with comments | « no previous file | chrome/android/java/res/drawable-hdpi/search_sogou.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698