|
|
Add polling and audio check to copresence.
This CL adds the ability to verify that we heard an audio token that we just
played - otherwise it raises an event to the app as a warning. We also need
to poll the server, whether or not we are actually hearing tokens - this is
so that the server can give us data back even if we are doing a broadcast_only
publish.
This CL also updates us to the latest whispernet.
R=ckehoe@chromium.org, xiyuan@chromium.org
BUG= 390388, 426067, 423512
Committed: https://crrev.com/ab25c6e72f0f457f95224656aaad39a1e00b7471
Cr-Commit-Position: refs/heads/master@{#303111}
Total comments: 8
Total comments: 30
Total comments: 9
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+380 lines, -253 lines) |
Patch |
 |
M |
chrome/browser/copresence/chrome_whispernet_client.h
|
View
|
|
3 chunks |
+14 lines, -13 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/copresence/chrome_whispernet_client.cc
|
View
|
|
2 chunks |
+9 lines, -11 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/copresence/chrome_whispernet_client_browsertest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/copresence/copresence_api.h
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/copresence/copresence_api.cc
|
View
|
1
2
3
|
1 chunk |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/copresence_private/copresence_private_api.cc
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/resources/whispernet_proxy/whispernet_proxy.nmf.png
|
View
|
|
Binary file |
0 comments
|
Download
|
 |
M |
chrome/browser/resources/whispernet_proxy/whispernet_proxy_pnacl.pexe.png
|
View
|
|
Binary file |
0 comments
|
Download
|
 |
M |
components/copresence/copresence_manager_impl.h
|
View
|
1
2
|
4 chunks |
+19 lines, -2 lines |
0 comments
|
Download
|
 |
M |
components/copresence/copresence_manager_impl.cc
|
View
|
1
2
3
|
5 chunks |
+47 lines, -7 lines |
0 comments
|
Download
|
 |
M |
components/copresence/handlers/audio/audio_directive_handler.h
|
View
|
|
3 chunks |
+6 lines, -3 lines |
0 comments
|
Download
|
 |
M |
components/copresence/handlers/audio/audio_directive_handler_impl.h
|
View
|
|
1 chunk |
+4 lines, -10 lines |
0 comments
|
Download
|
 |
M |
components/copresence/handlers/audio/audio_directive_handler_impl.cc
|
View
|
|
2 chunks |
+6 lines, -4 lines |
0 comments
|
Download
|
 |
M |
components/copresence/handlers/audio/audio_directive_handler_unittest.cc
|
View
|
1
2
3
|
3 chunks |
+4 lines, -16 lines |
0 comments
|
Download
|
 |
M |
components/copresence/handlers/directive_handler.h
|
View
|
1
2
|
3 chunks |
+11 lines, -13 lines |
0 comments
|
Download
|
 |
M |
components/copresence/handlers/directive_handler.cc
|
View
|
1
2
|
5 chunks |
+14 lines, -33 lines |
0 comments
|
Download
|
 |
M |
components/copresence/handlers/directive_handler_unittest.cc
|
View
|
1
2
|
3 chunks |
+8 lines, -4 lines |
0 comments
|
Download
|
 |
M |
components/copresence/mediums/audio/audio_manager.h
|
View
|
|
2 chunks |
+6 lines, -16 lines |
0 comments
|
Download
|
 |
M |
components/copresence/mediums/audio/audio_manager_impl.h
|
View
|
1
2
|
5 chunks |
+15 lines, -13 lines |
0 comments
|
Download
|
 |
M |
components/copresence/mediums/audio/audio_manager_impl.cc
|
View
|
1
2
|
8 chunks |
+63 lines, -37 lines |
0 comments
|
Download
|
 |
M |
components/copresence/mediums/audio/audio_manager_unittest.cc
|
View
|
1
2
|
3 chunks |
+22 lines, -14 lines |
0 comments
|
Download
|
 |
M |
components/copresence/mediums/audio/audio_player_impl.cc
|
View
|
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/copresence/mediums/audio/audio_recorder_impl.cc
|
View
|
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/copresence/public/copresence_constants.h
|
View
|
1
2
|
2 chunks |
+34 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/copresence/public/copresence_delegate.h
|
View
|
|
2 chunks |
+5 lines, -1 line |
0 comments
|
Download
|
 |
M |
components/copresence/public/whispernet_client.h
|
View
|
|
1 chunk |
+0 lines, -17 lines |
0 comments
|
Download
|
 |
M |
components/copresence/rpc/rpc_handler.cc
|
View
|
1
2
|
2 chunks |
+3 lines, -9 lines |
0 comments
|
Download
|
 |
M |
components/copresence/rpc/rpc_handler_unittest.cc
|
View
|
1
2
|
4 chunks |
+13 lines, -8 lines |
0 comments
|
Download
|
 |
M |
components/copresence/test/stub_whispernet_client.h
|
View
|
1
2
|
2 chunks |
+19 lines, -11 lines |
0 comments
|
Download
|
 |
M |
components/copresence/test/stub_whispernet_client.cc
|
View
|
1
2
|
1 chunk |
+40 lines, -8 lines |
2 comments
|
Download
|
Total messages: 13 (1 generated)
|