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

Unified Diff: chrome/browser/local_discovery/privetv3_session.cc

Issue 874163002: Added ultrasound32 and audible32 into gcd_private. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@patches
Patch Set: Fri Jan 30 02:27:36 PST 2015 Created 5 years, 11 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
« no previous file with comments | « no previous file | chrome/common/extensions/api/gcd_private.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « no previous file | chrome/common/extensions/api/gcd_private.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698