summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
authorrkc <rkc@chromium.org>2014-10-07 14:27:19 -0700
committerCommit bot <commit-bot@chromium.org>2014-10-07 21:27:34 +0000
commita3e8914682cb7e046b5a76e93c053f070ea25a0b (patch)
treef86a43abc6257b908ffbcbee14b42f43f4d34a11 /chrome
parent5fb1e3aedf28059eb8bb51aa1b530f24be2f18ef (diff)
downloadchromium_src-a3e8914682cb7e046b5a76e93c053f070ea25a0b.zip
chromium_src-a3e8914682cb7e046b5a76e93c053f070ea25a0b.tar.gz
chromium_src-a3e8914682cb7e046b5a76e93c053f070ea25a0b.tar.bz2
Prototype for copresenceSockets.
This is the prototype implementation of the chrome.copresenceSocket API. This CL adds the API and the copresence_sockets component (which is a currently a thin wrapper around the bluetooth APIs). Only the receive parts of the code have been implemented with this CL. Reviews requested, rockot@ - Extension parts armansito@ - BT parts caitkp@ - Owners review for components BUG=418615 Review URL: https://codereview.chromium.org/610633002 Cr-Commit-Position: refs/heads/master@{#298577}
Diffstat (limited to 'chrome')
-rw-r--r--chrome/common/extensions/docs/templates/public/apps/copresenceSocket.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/extensions/docs/templates/public/apps/copresenceSocket.html b/chrome/common/extensions/docs/templates/public/apps/copresenceSocket.html
new file mode 100644
index 0000000..62ffccc
--- /dev/null
+++ b/chrome/common/extensions/docs/templates/public/apps/copresenceSocket.html
@@ -0,0 +1 @@
+{{+partials.standard_apps_api api:apis.apps.copresence_socket/}}