| Index: components/pairing/bluetooth_pairing_constants.cc
|
| diff --git a/components/pairing/bluetooth_pairing_constants.cc b/components/pairing/bluetooth_pairing_constants.cc
|
| index f25f8f7be141ec3df154641d0a20f16fd766214b..9cad0f386e930186a1e8b3209cfc3aa8229fec26 100644
|
| --- a/components/pairing/bluetooth_pairing_constants.cc
|
| +++ b/components/pairing/bluetooth_pairing_constants.cc
|
| @@ -10,6 +10,7 @@ const char* kPairingServiceUUID = "f035ff16-c025-468e-bb16-967704d141ea";
|
| const char* kPairingServiceName = "ChromeboxPairing";
|
| const char* kDeviceNamePrefix = "Chromebox_";
|
| const char* kErrorInvalidProtocol = "Invalid protocol";
|
| +const char* kErrorEnrollmentFailed = "Enrollment failed";
|
| const int kPairingAPIVersion = 1;
|
|
|
| } // namespace pairing_chromeos
|
|
|