summaryrefslogtreecommitdiffstats
path: root/chrome/service/cloud_print/cloud_print_helpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/service/cloud_print/cloud_print_helpers.h')
-rw-r--r--chrome/service/cloud_print/cloud_print_helpers.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/service/cloud_print/cloud_print_helpers.h b/chrome/service/cloud_print/cloud_print_helpers.h
index 5fb73c7..dfe5ded 100644
--- a/chrome/service/cloud_print/cloud_print_helpers.h
+++ b/chrome/service/cloud_print/cloud_print_helpers.h
@@ -70,6 +70,8 @@ class CloudPrintHelpers {
// Returns true is tags indicate a dry run (test) job.
static bool IsDryRunJob(const std::vector<std::string>& tags);
+
+ static std::string GetCloudPrintAuthHeader();
private:
CloudPrintHelpers() {
}