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

Unified Diff: content/public/common/common_param_traits_macros.h

Issue 23742004: Move PasswordForm from //content to //autofill. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move_password_form_conversion_utils
Patch Set: Rebase Created 7 years, 3 months 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 | « content/content_common.gypi ('k') | content/public/common/password_form.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/common_param_traits_macros.h
diff --git a/content/public/common/common_param_traits_macros.h b/content/public/common/common_param_traits_macros.h
index bdc336732b5c5378f51d51a82ed6dac277daac13..3084ee116eba1d71c316c59832f8f55d89bebec3 100644
--- a/content/public/common/common_param_traits_macros.h
+++ b/content/public/common/common_param_traits_macros.h
@@ -10,7 +10,6 @@
#include "content/public/common/console_message_level.h"
#include "content/public/common/page_transition_types.h"
-#include "content/public/common/password_form.h"
#include "content/public/common/security_style.h"
#include "content/public/common/ssl_status.h"
#include "content/public/common/webplugininfo.h"
@@ -33,7 +32,6 @@ IPC_ENUM_TRAITS(content::SecurityStyle)
IPC_ENUM_TRAITS(WebKit::WebReferrerPolicy)
IPC_ENUM_TRAITS(WindowOpenDisposition)
IPC_ENUM_TRAITS(webkit_glue::EditingBehavior)
-IPC_ENUM_TRAITS(content::PasswordForm::Type)
IPC_ENUM_TRAITS(net::RequestPriority)
IPC_STRUCT_TRAITS_BEGIN(WebKit::WebPoint)
@@ -48,26 +46,6 @@ IPC_STRUCT_TRAITS_BEGIN(WebKit::WebRect)
IPC_STRUCT_TRAITS_MEMBER(height)
IPC_STRUCT_TRAITS_END()
-IPC_STRUCT_TRAITS_BEGIN(content::PasswordForm)
-IPC_STRUCT_TRAITS_MEMBER(signon_realm)
-IPC_STRUCT_TRAITS_MEMBER(origin)
-IPC_STRUCT_TRAITS_MEMBER(action)
-IPC_STRUCT_TRAITS_MEMBER(submit_element)
-IPC_STRUCT_TRAITS_MEMBER(username_element)
-IPC_STRUCT_TRAITS_MEMBER(username_value)
-IPC_STRUCT_TRAITS_MEMBER(other_possible_usernames)
-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(ssl_valid)
-IPC_STRUCT_TRAITS_MEMBER(preferred)
-IPC_STRUCT_TRAITS_MEMBER(blacklisted_by_user)
-IPC_STRUCT_TRAITS_MEMBER(type)
-IPC_STRUCT_TRAITS_MEMBER(times_used)
-IPC_STRUCT_TRAITS_END()
-
IPC_STRUCT_TRAITS_BEGIN(content::SSLStatus)
IPC_STRUCT_TRAITS_MEMBER(security_style)
IPC_STRUCT_TRAITS_MEMBER(cert_id)
« no previous file with comments | « content/content_common.gypi ('k') | content/public/common/password_form.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698