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

Unified Diff: components/autofill/core/browser/autofill_xml_parser.h

Issue 1474973002: Remove WebElementDescriptor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix BUILD files Created 5 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: 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.
« no previous file with comments | « components/autofill/content/renderer/form_autofill_util.h ('k') | components/autofill/core/browser/autofill_xml_parser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698