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

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
« no previous file with comments | « components/copresence/handlers/directive_handler.cc ('k') | components/copresence/rpc/rpc_handler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {
« no previous file with comments | « components/copresence/handlers/directive_handler.cc ('k') | components/copresence/rpc/rpc_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698