| Index: content/public/common/context_menu_params.h
|
| diff --git a/content/public/common/context_menu_params.h b/content/public/common/context_menu_params.h
|
| index 7269f1b699168c4a429d09a6804ec9afbe78ffd9..a99bf8f30cd22a73299b076ed541256a5ee9e284 100644
|
| --- a/content/public/common/context_menu_params.h
|
| +++ b/content/public/common/context_menu_params.h
|
| @@ -16,7 +16,6 @@
|
| #include "content/common/content_export.h"
|
| #include "content/public/common/menu_item.h"
|
| #include "content/public/common/page_state.h"
|
| -#include "content/public/common/ssl_status.h"
|
| #include "third_party/WebKit/public/platform/WebCString.h"
|
| #include "third_party/WebKit/public/platform/WebReferrerPolicy.h"
|
| #include "third_party/WebKit/public/web/WebContextMenuData.h"
|
| @@ -146,9 +145,6 @@ struct CONTENT_EXPORT ContextMenuParams {
|
| // able to perform the corresponding action.
|
| int edit_flags;
|
|
|
| - // The security info for the resource we are showing the menu on.
|
| - SSLStatus security_info;
|
| -
|
| // The character encoding of the frame on which the menu is invoked.
|
| std::string frame_charset;
|
|
|
|
|