Index: chrome/browser/autofill/form_structure.h |
diff --git a/chrome/browser/autofill/form_structure.h b/chrome/browser/autofill/form_structure.h |
index 5f96e6c6d6240595955aa385459ecf05273f15e5..45cf2bbcc365e51c6ed7d834dd741a4181d81d3c 100644 |
--- a/chrome/browser/autofill/form_structure.h |
+++ b/chrome/browser/autofill/form_structure.h |
@@ -145,6 +145,10 @@ class FormStructure { |
virtual std::string server_experiment_id() const; |
+ // Returns a FormData containing the data this form structure knows about. |
+ // |user_submitted| is currently always false. |
+ FormData ToFormData() const; |
+ |
bool operator==(const FormData& form) const; |
bool operator!=(const FormData& form) const; |