Index: chrome/service/cloud_print/cloud_print_helpers.h |
=================================================================== |
--- chrome/service/cloud_print/cloud_print_helpers.h (revision 68909) |
+++ chrome/service/cloud_print/cloud_print_helpers.h (working copy) |
@@ -57,6 +57,8 @@ |
const std::string& mime_boundary, |
std::string* post_data); |
+ // Returns true is tags indicate a dry run (test) job. |
+ static bool IsDryRunJob(const std::vector<std::string>& tags); |
private: |
CloudPrintHelpers() { |
} |