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

Unified Diff: components/autofill/core/browser/autofill_download.h

Issue 22009003: [Autofill] Distinguish between native field types and potentially HTML field types. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 4 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: components/autofill/core/browser/autofill_download.h
diff --git a/components/autofill/core/browser/autofill_download.h b/components/autofill/core/browser/autofill_download.h
index 21949adcc92f9e70c18aeefb210f4349da401157..bba1d7197629883d732c07f2c56620984c8faee2 100644
--- a/components/autofill/core/browser/autofill_download.h
+++ b/components/autofill/core/browser/autofill_download.h
@@ -82,7 +82,7 @@ class AutofillDownloadManager : public net::URLFetcherDelegate {
// stored on the local client.
bool StartUploadRequest(const FormStructure& form,
bool form_was_autofilled,
- const FieldTypeSet& available_field_types);
+ const ServerFieldTypeSet& available_field_types);
private:
friend class AutofillDownloadTest;

Powered by Google App Engine
This is Rietveld 408576698