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

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

Issue 610633002: Prototype for copresenceSockets. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: format specifiers build fix 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 side-by-side diff with in-line comments
Download patch
Index: extensions/common/api/_api_features.json
diff --git a/extensions/common/api/_api_features.json b/extensions/common/api/_api_features.json
index ba8ce62c3343690932355a9fd6ffdd277a6ad8ee..3b45fbe7a570eadb0e1edc78ae7ebd2b1d6ac25c 100644
--- a/extensions/common/api/_api_features.json
+++ b/extensions/common/api/_api_features.json
@@ -89,6 +89,11 @@
"dependencies": ["permission:declarativeWebRequest"],
"contexts": ["blessed_extension"]
},
+ "copresenceSocket": {
+ "channel" : "dev",
+ "dependencies": ["permission:copresence"],
+ "contexts": ["blessed_extension"]
+ },
"dns": {
"dependencies": ["permission:dns"],
"contexts": ["blessed_extension"]
« no previous file with comments | « extensions/browser/extension_function_histogram_value.h ('k') | extensions/common/api/copresence_socket.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698