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

Unified Diff: chrome/common/extensions/api/_api_features.json

Issue 17210002: Connectivity Diagnostics API: chrome.diagnostics.sendPacket (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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/common/extensions/api/_api_features.json
diff --git a/chrome/common/extensions/api/_api_features.json b/chrome/common/extensions/api/_api_features.json
index 192ccea8af5114f0580bb8926bc50861fe05b3f3..53669982d6149d465fee0060fbbf3745af7ccdfc 100644
--- a/chrome/common/extensions/api/_api_features.json
+++ b/chrome/common/extensions/api/_api_features.json
@@ -340,6 +340,11 @@
"dependencies": ["manifest:page_launcher"],
"contexts": ["blessed_extension"]
},
+ "pingPrivate": {
+ "dependencies": ["permission:pingPrivate"],
+ "extension_types": ["platform_app"],
+ "contexts": ["blessed_extension"]
+ },
"permissions": {
"channel": "stable",
"extension_types": ["extension", "packaged_app", "platform_app"],

Powered by Google App Engine
This is Rietveld 408576698