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

Unified Diff: webkit/glue/form_field.h

Issue 7038003: Refactor autofill form fields. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 7 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: webkit/glue/form_field.h
diff --git a/webkit/glue/form_field.h b/webkit/glue/form_field.h
index c2460916655d7cf7475a274c939b210b7808491f..4c4b242c2def06df1aa57da6336d1acb988b3cf8 100644
--- a/webkit/glue/form_field.h
+++ b/webkit/glue/form_field.h
@@ -42,6 +42,7 @@ struct FormField {
int max_length;
bool is_autofilled;
std::vector<string16> option_strings;
+ bool is_text_input;
dhollowa 2011/05/17 16:47:20 This is a derived field, we shouldn't be storing t
};
// So we can compare FormFields with EXPECT_EQ().

Powered by Google App Engine
This is Rietveld 408576698