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

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

Issue 600843004: Setting AudioConfiguration and deleting DeviceCapabilities hacks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Correcting DeviceCapabilities Created 6 years, 3 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 b4bbb9da6491f9e3a205b862dbda0796c7e454bb..ef8e0ee7691fe018997e352ad79302ffc355de34 100644
--- a/components/copresence/proto/data.proto
+++ b/components/copresence/proto/data.proto
@@ -92,10 +92,6 @@ 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 | « chrome/browser/extensions/api/copresence/copresence_translations.cc ('k') | components/copresence/rpc/rpc_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698