| 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 4181363f4f7deb58a5ed4c69f04089c6d9bc53b1..2da5f31ecbed5b64fea932a2596e91eb8c467437 100644
|
| --- a/chrome/service/cloud_print/print_system.h
|
| +++ b/chrome/service/cloud_print/print_system.h
|
| @@ -195,6 +195,10 @@ class PrintSystem : public base::RefCountedThreadSafe<PrintSystem> {
|
| const std::string& printer_name) = 0;
|
| virtual JobSpooler* CreateJobSpooler() = 0;
|
|
|
| + // Returns a true if connector should use CDD for capabilities and CJT as
|
| + // print ticket.
|
| + virtual bool UseCddAndCjt() = 0;
|
| +
|
| // Returns a comma separated list of mimetypes for print data that are
|
| // supported by this print system. The format of this string is the same as
|
| // that used for the HTTP Accept: header.
|
|
|