Chromium Code Reviews| 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; |