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

Unified Diff: components/copresence/proto/data.proto

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/proto/data.proto
diff --git a/components/copresence/proto/data.proto b/components/copresence/proto/data.proto
index 9ff4adc667b6a82699d9db0c5017360f9ab7a6d2..b548ed23d21f62adcb27be4f842714e3fb174677 100644
--- a/components/copresence/proto/data.proto
+++ b/components/copresence/proto/data.proto
@@ -87,6 +87,9 @@ message PublishedMessage {
message TokenExchangeStrategy {
optional AudioConfiguration audio_configuration = 1;
optional BroadcastScanConfiguration broadcast_scan_configuration = 2;
+ // TODO(rkc): Horrible hack. Get rid of this once the server tells us whether
Charlie 2014/08/08 22:24:15 Add the server bug number: 16849245
rkc 2014/08/09 06:58:54 Done.
+ // or not to use audible for a given publish or subscribe.
+ optional bool use_audible = 99;
}
message SubscribedMessage {
message Debug {

Powered by Google App Engine
This is Rietveld 408576698