| 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 39985765350680078dee4a7729e54f9499fcc16b..8b94a7de9b32659bb1e335b263b108e8d1e8f91f 100644
|
| --- a/chrome/browser/local_discovery/privet_constants.cc
|
| +++ b/chrome/browser/local_discovery/privet_constants.cc
|
| @@ -20,6 +20,7 @@ const char kPrivetErrorInvalidXPrivetToken[] = "invalid_x_privet_token";
|
| const char kPrivetActionStart[] = "start";
|
| const char kPrivetActionGetClaimToken[] = "getClaimToken";
|
| const char kPrivetActionComplete[] = "complete";
|
| +const char kPrivetActionCancel[] = "cancel";
|
|
|
| const char kPrivetActionNameInfo[] = "info";
|
|
|
|
|