OLD | NEW |
1 // Copyright 2013 The Chromium Authors. All rights reserved. | 1 // Copyright 2013 The Chromium Authors. All rights reserved. |
2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
4 | 4 |
5 #ifndef CHROME_BROWSER_LOCAL_DISCOVERY_PRIVET_CONSTANTS_H_ | 5 #ifndef CHROME_BROWSER_PRINTING_CLOUD_PRINT_PRIVET_CONSTANTS_H_ |
6 #define CHROME_BROWSER_LOCAL_DISCOVERY_PRIVET_CONSTANTS_H_ | 6 #define CHROME_BROWSER_PRINTING_CLOUD_PRINT_PRIVET_CONSTANTS_H_ |
7 | 7 |
8 namespace local_discovery { | 8 namespace cloud_print { |
9 | 9 |
10 extern const char kPrivetKeyError[]; | 10 extern const char kPrivetKeyError[]; |
11 extern const char kPrivetInfoKeyToken[]; | 11 extern const char kPrivetInfoKeyToken[]; |
12 extern const char kPrivetInfoKeyAPIList[]; | 12 extern const char kPrivetInfoKeyAPIList[]; |
13 extern const char kPrivetInfoKeyID[]; | 13 extern const char kPrivetInfoKeyID[]; |
14 extern const char kPrivetKeyDeviceID[]; | 14 extern const char kPrivetKeyDeviceID[]; |
15 extern const char kPrivetKeyClaimURL[]; | 15 extern const char kPrivetKeyClaimURL[]; |
16 extern const char kPrivetKeyClaimToken[]; | 16 extern const char kPrivetKeyClaimToken[]; |
17 extern const char kPrivetKeyTimeout[]; | 17 extern const char kPrivetKeyTimeout[]; |
18 | 18 |
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
65 extern const char kPrivetConnectionStatusNotConfigured[]; | 65 extern const char kPrivetConnectionStatusNotConfigured[]; |
66 | 66 |
67 const int kPrivetDefaultTimeout = 15; | 67 const int kPrivetDefaultTimeout = 15; |
68 | 68 |
69 const double kPrivetMaximumTimeRandomAddition = 0.2; | 69 const double kPrivetMaximumTimeRandomAddition = 0.2; |
70 | 70 |
71 const int kPrivetMinimumTimeout = 2; | 71 const int kPrivetMinimumTimeout = 2; |
72 | 72 |
73 const int kAccountIndexUseOAuth2 = -1; | 73 const int kAccountIndexUseOAuth2 = -1; |
74 | 74 |
75 } // namespace local_discovery | 75 } // namespace cloud_print |
76 | 76 |
77 #endif // CHROME_BROWSER_LOCAL_DISCOVERY_PRIVET_CONSTANTS_H_ | 77 #endif // CHROME_BROWSER_PRINTING_CLOUD_PRINT_PRIVET_CONSTANTS_H_ |
OLD | NEW |