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

Unified Diff: content/shell/android/linker_test_apk/AndroidManifest.xml.jinja2

Issue 2555303004: android: Increase NUM_PRIVILEGED_SERVICES to 20 (Closed)
Patch Set: sed Created 4 years 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
Index: content/shell/android/linker_test_apk/AndroidManifest.xml.jinja2
diff --git a/content/shell/android/linker_test_apk/AndroidManifest.xml.jinja2 b/content/shell/android/linker_test_apk/AndroidManifest.xml.jinja2
index d621791976e009cf3d734486c66035d37819ec73..9f79475b717e67da10a6d95fc5aefd22791a795d 100644
--- a/content/shell/android/linker_test_apk/AndroidManifest.xml.jinja2
+++ b/content/shell/android/linker_test_apk/AndroidManifest.xml.jinja2
@@ -47,7 +47,7 @@
android:exported="false" />
{% endfor %}
- {% set num_privileged_services = 3 %}
+ {% set num_privileged_services = 20 %}
<meta-data android:name="org.chromium.content.browser.NUM_PRIVILEGED_SERVICES"
android:value="{{ num_privileged_services }}"/>
{% for i in range(num_privileged_services) %}

Powered by Google App Engine
This is Rietveld 408576698