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

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

Issue 2640783002: [Password Generation] Send id attribute to server for HTML based form classifier (Closed)
Patch Set: Fixed failed test Created 3 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: components/autofill/core/browser/autofill_test_utils.h
diff --git a/components/autofill/core/browser/autofill_test_utils.h b/components/autofill/core/browser/autofill_test_utils.h
index 4912732cb9e305d0557ef548eb96de0293e1dce8..3e6be716ff4d267abe63b369ff2d6907221e1467 100644
--- a/components/autofill/core/browser/autofill_test_utils.h
+++ b/components/autofill/core/browser/autofill_test_utils.h
@@ -132,8 +132,7 @@ void FillUploadField(AutofillUploadContents::Field* field,
const char* name,
const char* control_type,
const char* autocomplete,
- unsigned autofill_type,
- const char* css_classes);
+ unsigned autofill_type);
// Fills the query form |field| with the information passed by parameter. If the
// value of a const char* parameter is NULL, the corresponding attribute won't

Powered by Google App Engine
This is Rietveld 408576698