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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « no previous file | chromecast/browser/devtools/remote_debugging_server.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 2
3 <!-- Copyright 2014 The Chromium Authors. All rights reserved. 3 <!-- Copyright 2014 The Chromium Authors. All rights reserved.
4 Use of this source code is governed by a BSD-style license that can be 4 Use of this source code is governed by a BSD-style license that can be
5 found in the LICENSE file. 5 found in the LICENSE file.
6 --> 6 -->
7 7
8 <manifest xmlns:android="http://schemas.android.com/apk/res/android" 8 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
9 package="org.chromium.chromecast.shell"> 9 package="org.chromium.chromecast.shell">
10 10
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 android:permission="org.chromium.chromecast.shell.permission.SA NDBOX" 90 android:permission="org.chromium.chromecast.shell.permission.SA NDBOX"
91 android:isolatedProcess="true" 91 android:isolatedProcess="true"
92 android:exported="false" /> 92 android:exported="false" />
93 <service android:name="org.chromium.content.app.SandboxedProcessService1 2" 93 <service android:name="org.chromium.content.app.SandboxedProcessService1 2"
94 android:process=":sandboxed_process12" 94 android:process=":sandboxed_process12"
95 android:permission="org.chromium.chromecast.shell.permission.SA NDBOX" 95 android:permission="org.chromium.chromecast.shell.permission.SA NDBOX"
96 android:isolatedProcess="true" 96 android:isolatedProcess="true"
97 android:exported="false" /> 97 android:exported="false" />
98 <service android:name="org.chromium.content.app.SandboxedProcessService1 3" 98 <service android:name="org.chromium.content.app.SandboxedProcessService1 3"
99 android:process=":sandboxed_process13" 99 android:process=":sandboxed_process13"
100 android:permission="org.chromium.content_shell.permission.SANDB OX" 100 android:permission="org.chromium.chromecast.shell.permission.SA NDBOX"
101 android:isolatedProcess="true" 101 android:isolatedProcess="true"
102 android:exported="false" /> 102 android:exported="false" />
103 <service android:name="org.chromium.content.app.SandboxedProcessService1 4" 103 <service android:name="org.chromium.content.app.SandboxedProcessService1 4"
104 android:process=":sandboxed_process14" 104 android:process=":sandboxed_process14"
105 android:permission="org.chromium.content_shell.permission.SANDB OX" 105 android:permission="org.chromium.chromecast.shell.permission.SA NDBOX"
106 android:isolatedProcess="true" 106 android:isolatedProcess="true"
107 android:exported="false" /> 107 android:exported="false" />
108 <service android:name="org.chromium.content.app.SandboxedProcessService1 5" 108 <service android:name="org.chromium.content.app.SandboxedProcessService1 5"
109 android:process=":sandboxed_process15" 109 android:process=":sandboxed_process15"
110 android:permission="org.chromium.content_shell.permission.SANDB OX" 110 android:permission="org.chromium.chromecast.shell.permission.SA NDBOX"
111 android:isolatedProcess="true" 111 android:isolatedProcess="true"
112 android:exported="false" /> 112 android:exported="false" />
113 <service android:name="org.chromium.content.app.SandboxedProcessService1 6" 113 <service android:name="org.chromium.content.app.SandboxedProcessService1 6"
114 android:process=":sandboxed_process16" 114 android:process=":sandboxed_process16"
115 android:permission="org.chromium.content_shell.permission.SANDB OX" 115 android:permission="org.chromium.chromecast.shell.permission.SA NDBOX"
116 android:isolatedProcess="true" 116 android:isolatedProcess="true"
117 android:exported="false" /> 117 android:exported="false" />
118 <service android:name="org.chromium.content.app.SandboxedProcessService1 7" 118 <service android:name="org.chromium.content.app.SandboxedProcessService1 7"
119 android:process=":sandboxed_process17" 119 android:process=":sandboxed_process17"
120 android:permission="org.chromium.content_shell.permission.SANDB OX" 120 android:permission="org.chromium.chromecast.shell.permission.SA NDBOX"
121 android:isolatedProcess="true" 121 android:isolatedProcess="true"
122 android:exported="false" /> 122 android:exported="false" />
123 <service android:name="org.chromium.content.app.SandboxedProcessService1 8" 123 <service android:name="org.chromium.content.app.SandboxedProcessService1 8"
124 android:process=":sandboxed_process18" 124 android:process=":sandboxed_process18"
125 android:permission="org.chromium.content_shell.permission.SANDB OX" 125 android:permission="org.chromium.chromecast.shell.permission.SA NDBOX"
126 android:isolatedProcess="true" 126 android:isolatedProcess="true"
127 android:exported="false" /> 127 android:exported="false" />
128 <service android:name="org.chromium.content.app.SandboxedProcessService1 9" 128 <service android:name="org.chromium.content.app.SandboxedProcessService1 9"
129 android:process=":sandboxed_process19" 129 android:process=":sandboxed_process19"
130 android:permission="org.chromium.content_shell.permission.SANDB OX" 130 android:permission="org.chromium.chromecast.shell.permission.SA NDBOX"
131 android:isolatedProcess="true" 131 android:isolatedProcess="true"
132 android:exported="false" /> 132 android:exported="false" />
133 </application> 133 </application>
134 134
135 <uses-sdk android:minSdkVersion="19" android:targetSdkVersion="19" /> 135 <uses-sdk android:minSdkVersion="19" android:targetSdkVersion="19" />
136 <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/> 136 <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
137 <uses-permission android:name="android.permission.INTERNET"/> 137 <uses-permission android:name="android.permission.INTERNET"/>
138 <uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/> 138 <uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/>
139 <uses-permission android:name="android.permission.WAKE_LOCK"/> 139 <uses-permission android:name="android.permission.WAKE_LOCK"/>
140 140
141 </manifest> 141 </manifest>
OLDNEW
« 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