Index: printing/printing_utils.h |
diff --git a/printing/printing_utils.h b/printing/printing_utils.h |
index 958a3f52c374c91a5622a7d2030fba69a7e0e3c8..e307350b148d8b03a4f127e34e909c8b759b1724 100644 |
--- a/printing/printing_utils.h |
+++ b/printing/printing_utils.h |
@@ -14,6 +14,19 @@ namespace printing { |
PRINTING_EXPORT base::string16 SimplifyDocumentTitle( |
const base::string16& title); |
+PRINTING_EXPORT base::string16 SimplifyDocumentTitleWithLength( |
+ const base::string16& title, |
+ size_t length); |
+ |
+PRINTING_EXPORT base::string16 FormatDocumentTitleWithOwner( |
+ const base::string16& owner, |
+ const base::string16& title); |
+ |
+PRINTING_EXPORT base::string16 FormatDocumentTitleWithOwnerAndLength( |
+ const base::string16& owner, |
+ const base::string16& title, |
+ size_t length); |
+ |
} // namespace printing |
#endif // PRINTING_PRINTING_UTILS_H_ |