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

Side by Side Diff: chrome/common/cloud_print/cloud_print_consts.h

Issue 11038063: Support chrome_to_mobile job receiving Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix format Created 8 years, 1 month 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #ifndef CHROME_COMMON_CLOUD_PRINT_CLOUD_PRINT_CONSTS_H_
6 #define CHROME_COMMON_CLOUD_PRINT_CLOUD_PRINT_CONSTS_H_
7
8 #include "base/basictypes.h"
9
10 namespace cloud_print {
11
12 extern const char kProxyIdValue[];
13 extern const char kPrinterNameValue[];
14 extern const char kPrinterDescValue[];
15 extern const char kPrinterCapsValue[];
16 extern const char kPrinterDefaultsValue[];
17 extern const char kPrinterStatusValue[];
18 extern const char kPrinterTagValue[];
19 extern const char kPrinterRemoveTagValue[];
20 extern const char kMessageTextValue[];
21
22 // Values in the respone JSON from the cloud print server
23 extern const char kSuccessValue[];
24 extern const char kNameValue[];
25 extern const char kIdValue[];
26 extern const char kTicketUrlValue[];
27 extern const char kFileUrlValue[];
28 extern const char kPrinterListValue[];
29 extern const char kJobListValue[];
30 extern const char kTitleValue[];
31 extern const char kPrinterCapsHashValue[];
32 extern const char kTagsValue[];
33 extern const char kXMPPJidValue[];
34 extern const char kOAuthCodeValue[];
35 extern const char kCreateTimeValue[];
36 extern const char kPrinterTypeValue[];
37 extern const char kChromeVersionTagName[];
38 extern const char kSystemNameTagName[];
39 extern const char kSystemVersionTagName[];
40
41 extern const char kChromeCloudPrintProxyHeader[];
42
43 } // namespace cloud_print
44
45 #endif // CHROME_COMMON_CLOUD_PRINT_CLOUD_PRINT_CONSTS_H_
46
OLDNEW
« no previous file with comments | « chrome/common/chrome_notification_types.h ('k') | chrome/common/cloud_print/cloud_print_consts.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698