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

Unified Diff: webkit/glue/form_field.cc

Issue 355003: Implement FormStructure and an initial method, EncodeUploadRequest. This als... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 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 | « webkit/glue/form_field.h ('k') | webkit/glue/form_field_values.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/form_field.cc
===================================================================
--- webkit/glue/form_field.cc (revision 30762)
+++ webkit/glue/form_field.cc (working copy)
@@ -10,8 +10,10 @@
}
FormField::FormField(const string16& name,
+ const string16& html_input_type,
const string16& value)
: name_(name),
+ html_input_type_(html_input_type),
value_(value) {
}
« no previous file with comments | « webkit/glue/form_field.h ('k') | webkit/glue/form_field_values.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698