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

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

Issue 637223011: Redesign the copresence audio handlers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git/+/master
Patch Set: Created 6 years, 2 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/enums.proto
diff --git a/components/copresence/proto/enums.proto b/components/copresence/proto/enums.proto
index d44616d4ddf652e8f4a7fdec20348bb171a7e0f4..fd4afaff1e40f4022bd6c95d98f1bf5d123438d1 100644
--- a/components/copresence/proto/enums.proto
+++ b/components/copresence/proto/enums.proto
@@ -81,7 +81,7 @@ enum OptInState {
}
enum AudioConfiguration {
AUDIO_CONFIGURATION_UNKNOWN = 0;
- AUDIBLE = 1;
+ AUDIBLE_AUDIO = 1;
Daniel Erat 2014/10/17 22:26:00 AUDIO_CONFIGURATION_AUDIBLE? for the purposes of a
rkc 2014/10/18 00:21:55 Done.
}
enum BroadcastScanConfiguration {
BROADCAST_SCAN_CONFIGURATION_UNKNOWN = 0;

Powered by Google App Engine
This is Rietveld 408576698