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

Unified Diff: chrome/browser/autofill/form_structure.h

Issue 6332012: Re-submitting the cl r72292, while removing incorrect DCHECK()... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 11 months 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
« no previous file with comments | « no previous file | chrome/browser/autofill/form_structure.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/autofill/form_structure.h
===================================================================
--- chrome/browser/autofill/form_structure.h (revision 72357)
+++ chrome/browser/autofill/form_structure.h (working copy)
@@ -41,8 +41,7 @@
virtual ~FormStructure();
// Encodes the XML upload request from this FormStructure.
- bool EncodeUploadRequest(bool auto_fill_used,
- std::string* encoded_xml) const;
+ bool EncodeUploadRequest(bool auto_fill_used, std::string* encoded_xml) const;
// Encodes the XML query request for the set of forms.
// All fields are returned in one XML. For example, there are three forms,
@@ -128,6 +127,10 @@
bool EncodeFormRequest(EncodeRequestType request_type,
buzz::XmlElement* encompassing_xml_element) const;
+ // Helper for EncodeUploadRequest() that collects presense of all data in the
+ // form structure and converts it to string for uploading.
+ std::string ConvertPresenceBitsToString() const;
+
// The name of the form.
string16 form_name_;
« no previous file with comments | « no previous file | chrome/browser/autofill/form_structure.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698