Index: chrome/service/cloud_print/cloud_print_consts.cc |
=================================================================== |
--- chrome/service/cloud_print/cloud_print_consts.cc (revision 70946) |
+++ chrome/service/cloud_print/cloud_print_consts.cc (working copy) |
@@ -14,6 +14,7 @@ |
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 @@ |
// 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"; |
+ |