| Index: chrome/browser/local_discovery/privet_constants.cc
|
| diff --git a/chrome/browser/local_discovery/privet_constants.cc b/chrome/browser/local_discovery/privet_constants.cc
|
| index 5c44b8c6acfb9d8c6ca3ab5e20ac5f8d7e124672..3147cb29461a8a2710b76c999c911b170cfecbd9 100644
|
| --- a/chrome/browser/local_discovery/privet_constants.cc
|
| +++ b/chrome/browser/local_discovery/privet_constants.cc
|
| @@ -26,6 +26,7 @@ const char kPrivetCreatejobPath[] = "/privet/printer/createjob";
|
| const char kPrivetErrorDeviceBusy[] = "device_busy";
|
| const char kPrivetErrorPrinterBusy[] = "printer_busy";
|
| const char kPrivetErrorInvalidPrintJob[] = "invalid_print_job";
|
| +const char kPrivetErrorInvalidDocumentType[] = "invalid_document_type";
|
| const char kPrivetErrorPendingUserAction[] = "pending_user_action";
|
| const char kPrivetErrorInvalidXPrivetToken[] = "invalid_x_privet_token";
|
| const char kPrivetErrorTimeout[] = "confirmation_timeout";
|
|
|