| 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 fc2ae202158521fce87e9ca16424eb1584fe2326..5a4f4b4f111ccdefae065328f97d2d394f5f53f7 100644
|
| --- a/chrome/browser/local_discovery/privet_constants.h
|
| +++ b/chrome/browser/local_discovery/privet_constants.h
|
| @@ -59,6 +59,8 @@ const int kPrivetDefaultTimeout = 15;
|
|
|
| const double kPrivetMaximumTimeRandomAddition = 0.2;
|
|
|
| +const int kPrivetMinimumTimeout = 2;
|
| +
|
| const int kAccountIndexUseOAuth2 = -1;
|
|
|
| } // namespace local_discovery
|
|
|