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

Unified Diff: chrome/android/shell/java/AndroidManifest.xml

Issue 517233002: DevTools socket tunnel. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@glue
Patch Set: Created 6 years, 3 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
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">

Powered by Google App Engine
This is Rietveld 408576698