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

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: 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
Index: webkit/glue/form_field.h
diff --git a/webkit/glue/form_field.h b/webkit/glue/form_field.h
index 06cd20253e778912b0dfbe038e0321e6ff339d79..ee215541aa10f70723fa16b302255c650d263001 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 autocomplete;
Ilya Sherman 2011/11/17 02:24:37 nit: Perhaps "should_autocomplete"?
csharp 2011/11/18 18:15:10 Done.
// For the HTML snippet |<option value="US">United States</option>|, the
// value is "US" and the contents are "United States".

Powered by Google App Engine
This is Rietveld 408576698