| Index: content/public/common/frame_navigate_params.h
|
| diff --git a/content/public/common/frame_navigate_params.h b/content/public/common/frame_navigate_params.h
|
| index 0625175c4538a368831083de68a61afc5d0f1a58..2f9656af694ff1890ed487623a8968e9963a5f83 100644
|
| --- a/content/public/common/frame_navigate_params.h
|
| +++ b/content/public/common/frame_navigate_params.h
|
| @@ -10,7 +10,6 @@
|
|
|
| #include "content/common/content_export.h"
|
| #include "content/public/common/page_transition_types.h"
|
| -#include "content/public/common/password_form.h"
|
| #include "content/public/common/referrer.h"
|
| #include "net/base/host_port_pair.h"
|
| #include "url/gurl.h"
|
| @@ -59,9 +58,6 @@ struct CONTENT_EXPORT FrameNavigateParams {
|
| GURL searchable_form_url;
|
| std::string searchable_form_encoding;
|
|
|
| - // See password_form.h.
|
| - content::PasswordForm password_form;
|
| -
|
| // Contents MIME type of main frame.
|
| std::string contents_mime_type;
|
|
|
|
|