Index: components/autofill/core/browser/autofill_xml_parser.h |
diff --git a/components/autofill/core/browser/autofill_xml_parser.h b/components/autofill/core/browser/autofill_xml_parser.h |
index 1f4e10226eebe78bb670015952508702f30ecb3e..9c7d8dfdd039e8ee9f5e1b9611fb1664c81799a0 100644 |
--- a/components/autofill/core/browser/autofill_xml_parser.h |
+++ b/components/autofill/core/browser/autofill_xml_parser.h |
@@ -83,14 +83,6 @@ class AutofillQueryXmlParser : public AutofillXmlParser { |
const char* name, |
const char** attrs) override; |
- // A helper function to parse a |WebElementDescriptor|. |
- // |context| is the current parsing context. |
- // |attrs| is the list of attributes (names and values) for the element. |
- // |element_descriptor| will be populated by this function. |
- void ParseElementDescriptor(buzz::XmlParseContext* context, |
- const char* const* attrs, |
- WebElementDescriptor* element_descriptor); |
- |
// A helper function to retrieve integer values from strings. Raises an |
// XML parse error if it fails. |
// |context| is the current parsing context. |