summaryrefslogtreecommitdiff
path: root/chromium/third_party/libxml/chromium/libxml_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/libxml/chromium/libxml_utils.h')
-rw-r--r--chromium/third_party/libxml/chromium/libxml_utils.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/chromium/third_party/libxml/chromium/libxml_utils.h b/chromium/third_party/libxml/chromium/libxml_utils.h
index 80d05f67d8d..d230c5d9b23 100644
--- a/chromium/third_party/libxml/chromium/libxml_utils.h
+++ b/chromium/third_party/libxml/chromium/libxml_utils.h
@@ -133,12 +133,6 @@ class XmlWriter {
return xmlTextWriterEndElement(writer_) >= 0;
}
- // Appends to the content of the current open element.
- bool AppendElementContent(const std::string& content) {
- return xmlTextWriterWriteString(writer_,
- BAD_CAST content.c_str()) >= 0;
- }
-
// Adds an attribute to the current open element. Returns false on error.
bool AddAttribute(const std::string& attribute_name,
const std::string& attribute_value) {