diff options
Diffstat (limited to 'chrome/browser/autofill/form_structure.h')
| -rw-r--r-- | chrome/browser/autofill/form_structure.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/autofill/form_structure.h b/chrome/browser/autofill/form_structure.h index 7000056..77e106f 100644 --- a/chrome/browser/autofill/form_structure.h +++ b/chrome/browser/autofill/form_structure.h @@ -48,6 +48,7 @@ class FormStructure { // fields, first two of which would be for the first form, next 4 for the // second, and the rest is for the third. static bool EncodeQueryRequest(const ScopedVector<FormStructure>& forms, + std::vector<std::string>* encoded_signatures, std::string* encoded_xml); // Parses the field types from the server query response. |forms| must be the |
