| Index: chrome/common/cloud_print/cloud_print_helpers.h
|
| diff --git a/chrome/common/cloud_print/cloud_print_helpers.h b/chrome/common/cloud_print/cloud_print_helpers.h
|
| index 273e6d474894116ed0562fe32f13bbca2847d960..009fab629d862d1fed21b75ef842873e04bc558b 100644
|
| --- a/chrome/common/cloud_print/cloud_print_helpers.h
|
| +++ b/chrome/common/cloud_print/cloud_print_helpers.h
|
| @@ -70,9 +70,6 @@ scoped_ptr<base::DictionaryValue> ParseResponseJSON(
|
| // Returns the MIME type of multipart with |mime_boundary|.
|
| std::string GetMultipartMimeType(const std::string& mime_boundary);
|
|
|
| -// Create a MIME boundary marker (27 '-' characters followed by 16 hex digits).
|
| -void CreateMimeBoundaryForUpload(std::string *out);
|
| -
|
| // Returns an MD5 hash for |printer_tags| and the default required tags.
|
| std::string GetHashOfPrinterTags(const PrinterTags& printer_tags);
|
|
|
|
|