| Index: chrome/browser/local_discovery/privet_constants.h
|
| diff --git a/chrome/browser/local_discovery/privet_constants.h b/chrome/browser/local_discovery/privet_constants.h
|
| index 99547b107eafa952b65e73196febd28bba488a0b..f0b6541492e333a0d7c372c5b8d9b83009688664 100644
|
| --- a/chrome/browser/local_discovery/privet_constants.h
|
| +++ b/chrome/browser/local_discovery/privet_constants.h
|
| @@ -33,6 +33,10 @@ extern const char kPrivetErrorInvalidXPrivetToken[];
|
| extern const char kPrivetErrorTimeout[];
|
| extern const char kPrivetErrorCancel[];
|
|
|
| +extern const char kPrivetV3ErrorDeviceBusy[];
|
| +extern const char kPrivetV3ErrorInvalidParams[];
|
| +extern const char kPrivetV3ErrorSetupUnavailable[];
|
| +
|
| extern const char kPrivetActionStart[];
|
| extern const char kPrivetActionGetClaimToken[];
|
| extern const char kPrivetActionComplete[];
|
|
|