Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6216)

Unified Diff: chrome/service/cloud_print/cloud_print_helpers.h

Issue 55143012: Renamed chrome/service/cloud_print/cloud_print_helpers* -> cloud_print_service_helpers (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/service/cloud_print/cloud_print_helpers.h
diff --git a/chrome/service/cloud_print/cloud_print_helpers.h b/chrome/service/cloud_print/cloud_print_helpers.h
deleted file mode 100644
index 7bfaddbe44ef89f8a97bbd2e7cabc3ce58831cbf..0000000000000000000000000000000000000000
--- a/chrome/service/cloud_print/cloud_print_helpers.h
+++ /dev/null
@@ -1,43 +0,0 @@
-// Copyright (c) 2012 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef CHROME_SERVICE_CLOUD_PRINT_CLOUD_PRINT_HELPERS_H_
-#define CHROME_SERVICE_CLOUD_PRINT_CLOUD_PRINT_HELPERS_H_
-
-#include <string>
-#include <vector>
-
-#include "chrome/service/cloud_print/print_system.h"
-#include "url/gurl.h"
-
-namespace cloud_print {
-
-// Helper methods for the cloud print proxy code.
-GURL GetUrlForJobStatusUpdate(const GURL& cloud_print_server_url,
- const std::string& job_id,
- PrintJobStatus status,
- int connector_code);
-
-GURL GetUrlForJobStatusUpdate(const GURL& cloud_print_server_url,
- const std::string& job_id,
- const PrintJobDetails& details);
-
-// Returns an MD5 hash for printer tags in the given |printer_info|.
-std::string GetHashOfPrinterInfo(
- const printing::PrinterBasicInfo& printer_info);
-
-// Returns any post data for printer tags in the given |printer_info|.
-std::string GetPostDataForPrinterInfo(
- const printing::PrinterBasicInfo& printer_info,
- const std::string& mime_boundary);
-
-// Returns true if tags indicate a dry run (test) job.
-bool IsDryRunJob(const std::vector<std::string>& tags);
-
-// Created cloud print auth header from the auth token stored in the store.
-std::string GetCloudPrintAuthHeaderFromStore();
-
-} // namespace cloud_print
-
-#endif // CHROME_SERVICE_CLOUD_PRINT_CLOUD_PRINT_HELPERS_H_
« no previous file with comments | « chrome/service/cloud_print/cloud_print_connector.cc ('k') | chrome/service/cloud_print/cloud_print_helpers.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698