Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(50)

Side by Side Diff: chrome/browser/printing/cloud_print/privet_constants.h

Issue 1553333002: Move cloud print specific files out of local_discovery (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@moveprn
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698