Index: chrome/service/cloud_print/print_system.h |
diff --git a/chrome/service/cloud_print/print_system.h b/chrome/service/cloud_print/print_system.h |
index cf6246662ad519236cb0c82ad29fd84b5467e173..683a9a2b43c9e53ee90055632138bdf74e68d403 100644 |
--- a/chrome/service/cloud_print/print_system.h |
+++ b/chrome/service/cloud_print/print_system.h |
@@ -32,7 +32,9 @@ enum PrintJobStatus { |
PRINT_JOB_STATUS_INVALID, |
PRINT_JOB_STATUS_IN_PROGRESS, |
PRINT_JOB_STATUS_ERROR, |
- PRINT_JOB_STATUS_COMPLETED |
+ PRINT_JOB_STATUS_COMPLETED, |
+ PRINT_JOB_STATUS_CANCELED, |
+ PRINT_JOB_STATUS_MAX, |
}; |
struct PrintJobDetails { |