| Index: chrome/browser/local_discovery/privetv3_session.cc
|
| diff --git a/chrome/browser/local_discovery/privetv3_session.cc b/chrome/browser/local_discovery/privetv3_session.cc
|
| index 10e0c38dec79fb47fa2d26ac3445d0407dbfc0dd..b459eb32b9a1d6edc6e977ca32b7da157ee6b3ee 100644
|
| --- a/chrome/browser/local_discovery/privetv3_session.cc
|
| +++ b/chrome/browser/local_discovery/privetv3_session.cc
|
| @@ -87,6 +87,8 @@ const EnumToStringMap<PrivetV3Session::PairingType>::Element
|
| EnumToStringMap<PrivetV3Session::PairingType>::kMap[] = {
|
| {PairingType::PAIRING_TYPE_PINCODE, "pinCode"},
|
| {PairingType::PAIRING_TYPE_EMBEDDEDCODE, "embeddedCode"},
|
| + {PairingType::PAIRING_TYPE_ULTRASOUND32, "ultrasound32"},
|
| + {PairingType::PAIRING_TYPE_AUDIBLE32, "audible32"},
|
| };
|
|
|
| template <typename T>
|
|
|