| Index: chrome/service/cloud_print/cloud_print_consts.cc
|
| diff --git a/chrome/service/cloud_print/cloud_print_consts.cc b/chrome/service/cloud_print/cloud_print_consts.cc
|
| index 5c83d1777fccddcf961074af250988ffd527ce26..646de3f4ed881aacf5fa42f6d465f88ba4176e78 100644
|
| --- a/chrome/service/cloud_print/cloud_print_consts.cc
|
| +++ b/chrome/service/cloud_print/cloud_print_consts.cc
|
| @@ -6,35 +6,9 @@
|
|
|
| #include "chrome/service/cloud_print/cloud_print_consts.h"
|
|
|
| -const char kProxyIdValue[] = "proxy";
|
| -const char kPrinterNameValue[] = "printer";
|
| -const char kPrinterDescValue[] = "description";
|
| -const char kPrinterCapsValue[] = "capabilities";
|
| -const char kPrinterDefaultsValue[] = "defaults";
|
| -const char kPrinterStatusValue[] = "status";
|
| -const char kPrinterTagValue[] = "tag";
|
| -const char kPrinterRemoveTagValue[] = "remove_tag";
|
| -const char kMessageTextValue[] = "message";
|
| -
|
| -// Values in the respone JSON from the cloud print server
|
| -const char kNameValue[] = "name";
|
| -const char kIdValue[] = "id";
|
| -const char kTicketUrlValue[] = "ticketUrl";
|
| -const char kFileUrlValue[] = "fileUrl";
|
| -const char kJobListValue[] = "jobs";
|
| -const char kTitleValue[] = "title";
|
| -const char kPrinterCapsHashValue[] = "capsHash";
|
| -const char kTagsValue[] = "tags";
|
| -const char kXMPPJidValue[] = "xmpp_jid";
|
| -const char kOAuthCodeValue[] = "authorization_code";
|
| -
|
| const char kProxyTagPrefix[] = "__cp__";
|
| const char kTagsHashTagName[] = "__cp__tagshash";
|
| const char kTagDryRunFlag[] = "__cp__dry_run";
|
| -// Don't need prefixes. They will be added on submit.
|
| -const char kChromeVersionTagName[] = "chrome_version";
|
| -const char kSystemNameTagName[] = "system_name";
|
| -const char kSystemVersionTagName[] = "system_version";
|
|
|
| extern const char kChromeVersionTagName[];
|
| extern const char kOsTagName[];
|
|
|