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

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

Issue 438513002: Add the whispernet proxy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 0d436074c0783eb728f67a1ba89105ab073b1d70..fe0b4c437a428b81522ea91cf05f2da50467ee9a 100644
--- a/chrome/common/extensions/api/_api_features.json
+++ b/chrome/common/extensions/api/_api_features.json
@@ -231,6 +231,12 @@
"dependencies": ["permission:cookies"],
"contexts": ["blessed_extension"]
},
+ "copresencePrivate": {
+ "channel": "stable",
+ "contexts": ["blessed_extension"],
+ "extension_types": ["extension"],
+ "location": "component"
not at google - send to devlin 2014/07/31 15:24:17 I'd prefer if you added a permission for this to f
rkc 2014/07/31 23:12:53 Done.
+ },
"debugger": {
"dependencies": ["permission:debugger"],
"contexts": ["blessed_extension"]

Powered by Google App Engine
This is Rietveld 408576698