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

Unified Diff: webkit/glue/form_field.h

Issue 8488011: Moving AutofillAgent Logic into Browser (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Initializing form_field variables Created 9 years, 1 month 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/renderer/autofill/form_autofill_util.cc ('k') | webkit/glue/form_field.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/form_field.h
diff --git a/webkit/glue/form_field.h b/webkit/glue/form_field.h
index 06cd20253e778912b0dfbe038e0321e6ff339d79..58a8653bba678eaed55aec3bcbcf98220df19878 100644
--- a/webkit/glue/form_field.h
+++ b/webkit/glue/form_field.h
@@ -31,6 +31,8 @@ struct FormField {
string16 autocomplete_type;
size_t max_length;
bool is_autofilled;
+ bool is_focusable;
+ bool should_autocomplete;
// For the HTML snippet |<option value="US">United States</option>|, the
// value is "US" and the contents are "United States".
« no previous file with comments | « chrome/renderer/autofill/form_autofill_util.cc ('k') | webkit/glue/form_field.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698