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

Unified Diff: chromecast/browser/android/apk/AndroidManifest.xml

Issue 637353004: Remove obsoleted term, "content_shell". (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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 | chromecast/browser/devtools/remote_debugging_server.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/browser/android/apk/AndroidManifest.xml
diff --git a/chromecast/browser/android/apk/AndroidManifest.xml b/chromecast/browser/android/apk/AndroidManifest.xml
index 8084f8feaf1106608b256dc19ec67164ab293bda..8dc8d978ed547534b732acd3fa92e377b7a4aa7e 100644
--- a/chromecast/browser/android/apk/AndroidManifest.xml
+++ b/chromecast/browser/android/apk/AndroidManifest.xml
@@ -97,37 +97,37 @@
android:exported="false" />
<service android:name="org.chromium.content.app.SandboxedProcessService13"
android:process=":sandboxed_process13"
- android:permission="org.chromium.content_shell.permission.SANDBOX"
+ android:permission="org.chromium.chromecast.shell.permission.SANDBOX"
android:isolatedProcess="true"
android:exported="false" />
<service android:name="org.chromium.content.app.SandboxedProcessService14"
android:process=":sandboxed_process14"
- android:permission="org.chromium.content_shell.permission.SANDBOX"
+ android:permission="org.chromium.chromecast.shell.permission.SANDBOX"
android:isolatedProcess="true"
android:exported="false" />
<service android:name="org.chromium.content.app.SandboxedProcessService15"
android:process=":sandboxed_process15"
- android:permission="org.chromium.content_shell.permission.SANDBOX"
+ android:permission="org.chromium.chromecast.shell.permission.SANDBOX"
android:isolatedProcess="true"
android:exported="false" />
<service android:name="org.chromium.content.app.SandboxedProcessService16"
android:process=":sandboxed_process16"
- android:permission="org.chromium.content_shell.permission.SANDBOX"
+ android:permission="org.chromium.chromecast.shell.permission.SANDBOX"
android:isolatedProcess="true"
android:exported="false" />
<service android:name="org.chromium.content.app.SandboxedProcessService17"
android:process=":sandboxed_process17"
- android:permission="org.chromium.content_shell.permission.SANDBOX"
+ android:permission="org.chromium.chromecast.shell.permission.SANDBOX"
android:isolatedProcess="true"
android:exported="false" />
<service android:name="org.chromium.content.app.SandboxedProcessService18"
android:process=":sandboxed_process18"
- android:permission="org.chromium.content_shell.permission.SANDBOX"
+ android:permission="org.chromium.chromecast.shell.permission.SANDBOX"
android:isolatedProcess="true"
android:exported="false" />
<service android:name="org.chromium.content.app.SandboxedProcessService19"
android:process=":sandboxed_process19"
- android:permission="org.chromium.content_shell.permission.SANDBOX"
+ android:permission="org.chromium.chromecast.shell.permission.SANDBOX"
android:isolatedProcess="true"
android:exported="false" />
</application>
« no previous file with comments | « no previous file | chromecast/browser/devtools/remote_debugging_server.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698