Chromium Code Reviews| Index: chrome/common/extensions/api/gcd_private.idl |
| diff --git a/chrome/common/extensions/api/gcd_private.idl b/chrome/common/extensions/api/gcd_private.idl |
| index 29f5bef5aec33ed788ff9e8208b3d126797eef96..20a19b8d1447a059e3ec5662e06c4c6898675426 100644 |
| --- a/chrome/common/extensions/api/gcd_private.idl |
| +++ b/chrome/common/extensions/api/gcd_private.idl |
| @@ -58,7 +58,9 @@ namespace gcdPrivate { |
| enum PairingType { |
| pinCode, |
| - embeddedCode |
| + embeddedCode, |
| + ultrasound32, |
| + audible32 |
| }; |
| callback CloudDeviceListCallback = void(GCDDevice[] devices); |