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

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

Issue 6213002: Propagate correct data to the Toolbar servers (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
Index: chrome/browser/autofill/form_structure.h
===================================================================
--- chrome/browser/autofill/form_structure.h (revision 71419)
+++ chrome/browser/autofill/form_structure.h (working copy)
@@ -41,7 +41,7 @@
virtual ~FormStructure();
// Encodes the XML upload request from this FormStructure.
- bool EncodeUploadRequest(bool auto_fill_used,
+ bool EncodeUploadRequest(bool auto_fill_used, char const* present_data,
std::string* encoded_xml) const;
// Encodes the XML query request for the set of forms.

Powered by Google App Engine
This is Rietveld 408576698