Index: extensions/common/api/printer_provider.idl |
diff --git a/extensions/common/api/printer_provider.idl b/extensions/common/api/printer_provider.idl |
index b3e4faf9bd9f6874553f370868bb6b308313e3bd..ba4d5737c91e216675ae4ea93027a82776b9d6b3 100644 |
--- a/extensions/common/api/printer_provider.idl |
+++ b/extensions/common/api/printer_provider.idl |
@@ -43,6 +43,9 @@ namespace printerProvider { |
// ID of the printer which should handle the job. |
DOMString printerId; |
+ // The print job title. |
+ DOMString title; |
+ |
// Print ticket in |
// <a href="https://developers.google.com/cloud-print/docs/cdd#cjt"> |
// CJT format</a>. |