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

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

Issue 1119004: Integration with Toolbar autofill servers.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 9 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 | « chrome/browser/autofill/autofill_manager.cc ('k') | 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 42124)
+++ chrome/browser/autofill/form_structure.h (working copy)
@@ -36,8 +36,10 @@
public:
explicit FormStructure(const webkit_glue::FormFieldValues& values);
- // Encodes the XML upload request from this FormStructure.
- bool EncodeUploadRequest(bool auto_fill_used, std::string* encoded_xml) const;
+ // Encodes the XML query or upload request from this FormStructure.
+ // |query| - true means request is a query, upload otherwise.
+ bool EncodeUploadRequest(bool auto_fill_used, bool query,
+ std::string* encoded_xml) const;
// Runs several heuristics against the form fields to determine their possible
// types.
« no previous file with comments | « chrome/browser/autofill/autofill_manager.cc ('k') | chrome/browser/autofill/form_structure.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698