| Index: chrome/android/shell/java/AndroidManifest.xml
|
| diff --git a/chrome/android/shell/java/AndroidManifest.xml b/chrome/android/shell/java/AndroidManifest.xml
|
| index 84ca1957cb4701431ac2831bfa9efab1bf5918c8..442b5b5c8dfa8e9ebeceaad8af0f10575398d455 100644
|
| --- a/chrome/android/shell/java/AndroidManifest.xml
|
| +++ b/chrome/android/shell/java/AndroidManifest.xml
|
| @@ -32,6 +32,11 @@
|
| <uses-permission android:name="org.chromium.chrome.shell.permission.C2D_MESSAGE" />
|
| <uses-permission android:name="com.google.android.c2dm.permission.RECEIVE" />
|
|
|
| + <permission android:name="org.chromium.chrome.shell.permission.DEBUG"
|
| + android:label="Debug web pages in Chrome Shell"
|
| + android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
|
| + android:protectionLevel="signature" />
|
| +
|
| <application android:name="org.chromium.chrome.shell.ChromeShellApplication"
|
| android:icon="@mipmap/app_icon"
|
| android:label="Chrome Shell">
|
|
|