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

Unified Diff: components/copresence/handlers/audio/audio_directive_handler.h

Issue 453793002: Add audible support to the copresence API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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: components/copresence/handlers/audio/audio_directive_handler.h
diff --git a/components/copresence/handlers/audio/audio_directive_handler.h b/components/copresence/handlers/audio/audio_directive_handler.h
index a6ffa39bbf7bd0edadac65fab50d2fa9279062f6..19eae85e5520319040365e61d1fb80d2073bd54d 100644
--- a/components/copresence/handlers/audio/audio_directive_handler.h
+++ b/components/copresence/handlers/audio/audio_directive_handler.h
@@ -56,7 +56,8 @@ class AudioDirectiveHandler {
// Execute the next active receive instruction.
void ExecuteNextReceive();
- AudioDirectiveList directive_list_;
+ AudioDirectiveList directive_list_inaudible_;
Charlie 2014/08/08 22:24:14 Call them just inaudible_directives_ and audible_d
rkc 2014/08/09 06:58:54 That is an incorrect description. These aren't ina
+ AudioDirectiveList directive_list_audible_;
// The next two pointers are self-deleting. When we call Finalize on them,
// they clean themselves up on the Audio thread.

Powered by Google App Engine
This is Rietveld 408576698