diff options
Diffstat (limited to 'chrome/service/cloud_print/cloud_print_consts.cc')
-rw-r--r-- | chrome/service/cloud_print/cloud_print_consts.cc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/service/cloud_print/cloud_print_consts.cc b/chrome/service/cloud_print/cloud_print_consts.cc index ece7e33..1654844 100644 --- a/chrome/service/cloud_print/cloud_print_consts.cc +++ b/chrome/service/cloud_print/cloud_print_consts.cc @@ -14,6 +14,7 @@ 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 kPrinterListValue[] = "printers"; @@ -53,3 +54,7 @@ const char kJobFetchReasonNotified[] = "notified"; // Job fetch after a successful print to query for more jobs. const char kJobFetchReasonQueryMore[] = "querymore"; +// Short message ids for diagnostic messages sent to the server. +const char kPrintSystemFailedMessageId[] = "printsystemfail"; +const char kGetPrinterCapsFailedMessageId[] = "getprncapsfail"; + |