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

Unified Diff: blimp/client/app/android/AndroidManifest.xml.jinja2

Issue 2173563003: Blimp settings UI integration for Chrome, everything still lives in Blimp. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix nit issues, and prepare to commit. Created 4 years, 5 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 | « blimp/client/BUILD.gn ('k') | blimp/client/app/android/java/res/values/arrays.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/app/android/AndroidManifest.xml.jinja2
diff --git a/blimp/client/app/android/AndroidManifest.xml.jinja2 b/blimp/client/app/android/AndroidManifest.xml.jinja2
index dee9d81da77cd4eff8c2036f295893bb755ea6fe..4bc9464187b24752a6b298a4938f1482b99bd72a 100644
--- a/blimp/client/app/android/AndroidManifest.xml.jinja2
+++ b/blimp/client/app/android/AndroidManifest.xml.jinja2
@@ -44,6 +44,9 @@
android:excludeFromRecents="true"
android:process=":browser_restart_process">
</activity>
+ <activity android:name="org.chromium.blimp.core.settings.MockPreferences"
+ android:launchMode="singleTask">
+ </activity>
<meta-data android:name="com.google.android.gms.version"
android:value="@integer/google_play_services_version" />
« no previous file with comments | « blimp/client/BUILD.gn ('k') | blimp/client/app/android/java/res/values/arrays.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698