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

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 71100)
+++ chrome/browser/autofill/form_structure.h (working copy)
@@ -41,7 +41,7 @@
~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,
dhollowa 2011/01/11 23:29:29 We should use const std::string& for |present_data
GeorgeY 2011/01/13 23:22:28 See my comment above - does not matter much. AFAIK
std::string* encoded_xml) const;
// Encodes the XML query request for the set of forms.

Powered by Google App Engine
This is Rietveld 408576698