Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / components / autofill / content / common / autofill_param_traits_macros.h
index 15159aa..572ef3a 100644 (file)
@@ -16,7 +16,6 @@ IPC_ENUM_TRAITS_MAX_VALUE(autofill::PasswordForm::Type,
 
 IPC_STRUCT_TRAITS_BEGIN(autofill::FormData)
   IPC_STRUCT_TRAITS_MEMBER(name)
-  IPC_STRUCT_TRAITS_MEMBER(method)
   IPC_STRUCT_TRAITS_MEMBER(origin)
   IPC_STRUCT_TRAITS_MEMBER(action)
   IPC_STRUCT_TRAITS_MEMBER(user_submitted)
@@ -38,8 +37,8 @@ IPC_STRUCT_TRAITS_BEGIN(autofill::PasswordForm)
   IPC_STRUCT_TRAITS_MEMBER(password_element)
   IPC_STRUCT_TRAITS_MEMBER(password_value)
   IPC_STRUCT_TRAITS_MEMBER(password_autocomplete_set)
-  IPC_STRUCT_TRAITS_MEMBER(old_password_element)
-  IPC_STRUCT_TRAITS_MEMBER(old_password_value)
+  IPC_STRUCT_TRAITS_MEMBER(new_password_element)
+  IPC_STRUCT_TRAITS_MEMBER(new_password_value)
   IPC_STRUCT_TRAITS_MEMBER(ssl_valid)
   IPC_STRUCT_TRAITS_MEMBER(preferred)
   IPC_STRUCT_TRAITS_MEMBER(blacklisted_by_user)