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

Unified Diff: components/test/android/browsertests_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
« no previous file with comments | « chromecast/browser/android/apk/AndroidManifest.xml.jinja2 ('k') | content/public/android/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/test/android/browsertests_apk/AndroidManifest.xml.jinja2
diff --git a/components/test/android/browsertests_apk/AndroidManifest.xml.jinja2 b/components/test/android/browsertests_apk/AndroidManifest.xml.jinja2
index 42b9282911714c262dc1f048d7ba07662f336c85..29baf6f92a341b328760cc0c52598b85e66dbe40 100644
--- a/components/test/android/browsertests_apk/AndroidManifest.xml.jinja2
+++ b/components/test/android/browsertests_apk/AndroidManifest.xml.jinja2
@@ -48,7 +48,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) %}
« no previous file with comments | « chromecast/browser/android/apk/AndroidManifest.xml.jinja2 ('k') | content/public/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698