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

Unified Diff: components/copresence/copresence_state_impl.cc

Issue 734243003: Adding the chrome://copresence page (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@state
Patch Set: Created 6 years 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
« no previous file with comments | « chrome/common/url_constants.cc ('k') | tools/gritsettings/resource_ids » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/copresence/copresence_state_impl.cc
diff --git a/components/copresence/copresence_state_impl.cc b/components/copresence/copresence_state_impl.cc
index 9a873d32e828df8e832ec4e9c1205b6da84af754..a317249a4f0adc459addd8153cf515274c5d8027 100644
--- a/components/copresence/copresence_state_impl.cc
+++ b/components/copresence/copresence_state_impl.cc
@@ -101,6 +101,7 @@ void CopresenceStateImpl::UpdateReceivedToken(const ReceivedToken& token) {
// TODO(ckehoe): Have CopresenceManagerImpl::AudioCheck() use this to check
// if we can hear our token, and delete the logic from the AudioManager.
+ // TODO(ckehoe): Test that this actually works.
if (transmitted_tokens_.count(token.id) > 0) {
transmitted_tokens_[token.id].broadcast_confirmed = true;
FOR_EACH_OBSERVER(CopresenceObserver,
« no previous file with comments | « chrome/common/url_constants.cc ('k') | tools/gritsettings/resource_ids » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698