| Index: chrome/browser/local_discovery/privet_constants.cc
|
| diff --git a/chrome/browser/local_discovery/privet_constants.cc b/chrome/browser/local_discovery/privet_constants.cc
|
| index 525e79f9fcab2f2ed9cea9e3b8962eddfd7353a9..a2a4871b13384d17342a9261bdd950146e084350 100644
|
| --- a/chrome/browser/local_discovery/privet_constants.cc
|
| +++ b/chrome/browser/local_discovery/privet_constants.cc
|
| @@ -32,6 +32,10 @@ const char kPrivetErrorInvalidXPrivetToken[] = "invalid_x_privet_token";
|
| const char kPrivetErrorTimeout[] = "confirmation_timeout";
|
| const char kPrivetErrorCancel[] = "user_cancel";
|
|
|
| +const char kPrivetV3ErrorDeviceBusy[] = "deviceBusy";
|
| +const char kPrivetV3ErrorInvalidParams[] = "invalidParams";
|
| +const char kPrivetV3ErrorSetupUnavailable[] = "setupUnavailable";
|
| +
|
| const char kPrivetActionStart[] = "start";
|
| const char kPrivetActionGetClaimToken[] = "getClaimToken";
|
| const char kPrivetActionComplete[] = "complete";
|
|
|