diff options
Diffstat (limited to 'chrome/service/cloud_print/print_system.h')
-rw-r--r-- | chrome/service/cloud_print/print_system.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/service/cloud_print/print_system.h b/chrome/service/cloud_print/print_system.h index 5a98f2c..620004c 100644 --- a/chrome/service/cloud_print/print_system.h +++ b/chrome/service/cloud_print/print_system.h @@ -126,6 +126,7 @@ class PrintSystem : public base::RefCountedThreadSafe<PrintSystem> { const std::string& print_data_mime_type, const std::string& printer_name, const std::string& job_title, + const std::vector<std::string>& tags, JobSpooler::Delegate* delegate) = 0; }; |