Chromium Code Reviews| Index: chrome/service/cloud_print/print_system.h |
| =================================================================== |
| --- chrome/service/cloud_print/print_system.h (revision 68909) |
| +++ chrome/service/cloud_print/print_system.h (working copy) |
| @@ -126,6 +126,7 @@ |
| 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; |
| }; |