| Index: components/copresence/proto/data.proto
|
| diff --git a/components/copresence/proto/data.proto b/components/copresence/proto/data.proto
|
| index a03df3c7d910c37643dc8a19232e00aefb145dab..9f7967b24d7fb31b2947bda81c1f4942818c9e30 100644
|
| --- a/components/copresence/proto/data.proto
|
| +++ b/components/copresence/proto/data.proto
|
| @@ -101,6 +101,10 @@ 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
|
| + // or not to use audible for a given publish or subscribe.
|
| + // http://b/16849245/
|
| + optional bool use_audible = 99;
|
| }
|
| message SubscribedMessage {
|
| message Debug {
|
|
|