Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / components / autofill / core / common / form_data.h
index f52f66d..08f57dd 100644 (file)
@@ -28,8 +28,6 @@ struct FormData {
 
   // The name of the form.
   base::string16 name;
-  // GET or POST.
-  base::string16 method;
   // The URL (minus query parameters) containing the form.
   GURL origin;
   // The action target of the form.