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

Unified Diff: mojo/runner/android/apk/AndroidManifest.xml

Issue 1163833004: Add BROWSABLE intent to Mandoline AndroidManifest.xml (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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 | « mandoline/app/android/apk/AndroidManifest.xml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/runner/android/apk/AndroidManifest.xml
diff --git a/mojo/runner/android/apk/AndroidManifest.xml b/mojo/runner/android/apk/AndroidManifest.xml
index 080a466d7ae14d837a6f7f36c15373cb9de3cf04..95a704d017b313dad06c3b49956f874542330a08 100644
--- a/mojo/runner/android/apk/AndroidManifest.xml
+++ b/mojo/runner/android/apk/AndroidManifest.xml
@@ -14,7 +14,7 @@
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>
<application android:name="MojoShellApplication"
- android:label="Mojo Shell">
+ android:label="Mojo Shell">
<meta-data android:name="com.google.android.gms.version"
android:value="@integer/google_play_services_version" />
<meta-data android:name="mojo_lib"
« no previous file with comments | « mandoline/app/android/apk/AndroidManifest.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698