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

Unified Diff: chrome/browser/autofill/autofill_download.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/autofill_download.h
===================================================================
--- chrome/browser/autofill/autofill_download.h (revision 71339)
+++ chrome/browser/autofill/autofill_download.h (working copy)
@@ -70,7 +70,10 @@
// even if there was no actual trip over the wire.
// |form| - form sent in this request.
// |form_was_matched| - true if form was matched by the AutoFill.
- bool StartUploadRequest(const FormStructure& form, bool form_was_matched);
+ // |present_data| - hexadecimal representation of the bitfield of the data
+ // presence in user profile.
+ bool StartUploadRequest(const FormStructure& form, bool form_was_matched,
+ char const* present_data);
// Cancels pending request.
// |form_signature| - signature of the form being cancelled. Warning:
« no previous file with comments | « no previous file | chrome/browser/autofill/autofill_download.cc » ('j') | chrome/browser/autofill/autofill_download.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698