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

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..e76eee1cb4794dc9d3adaa2c82ddea85246711e6 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;
+ AUDIO_CONFIGURATION_AUDIBLE = 1;
}
enum BroadcastScanConfiguration {
BROADCAST_SCAN_CONFIGURATION_UNKNOWN = 0;

Powered by Google App Engine
This is Rietveld 408576698