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

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: 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: extensions/common/api/_api_features.json
diff --git a/extensions/common/api/_api_features.json b/extensions/common/api/_api_features.json
index c72516fb3b9f42471fe1778f0edc4bb095dcb322..e42dda5580b5a45ad460d36530d7f4c1087557b5 100644
--- a/extensions/common/api/_api_features.json
+++ b/extensions/common/api/_api_features.json
@@ -69,6 +69,10 @@
"dependencies": ["permission:app.window.shape"],
"contexts": ["blessed_extension"]
},
+ "copresenceSocket": {
Ken Rockot(use gerrit already) 2014/09/30 17:26:05 I realize the restriction exists on the corpresenc
rkc 2014/10/01 19:08:24 Done.
+ "dependencies": ["permission:copresence"],
+ "contexts": ["blessed_extension"]
+ },
"dns": {
"dependencies": ["permission:dns"],
"contexts": ["blessed_extension"]

Powered by Google App Engine
This is Rietveld 408576698