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

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

Issue 2327433002: Stop using CertStore which is not compatible with PlzNavigate. (Closed)
Patch Set: remove certstore on non-ios and update plznavigate test filter Created 4 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
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 3e2de07e136df62ecfbcb46e82a88be9abd4ffc3..0119151f882a956780719279530dd7c475fea7e7 100644
--- a/content/public/common/common_param_traits_macros.h
+++ b/content/public/common/common_param_traits_macros.h
@@ -95,15 +95,6 @@ IPC_STRUCT_TRAITS_BEGIN(content::Referrer)
IPC_STRUCT_TRAITS_MEMBER(policy)
IPC_STRUCT_TRAITS_END()
-IPC_STRUCT_TRAITS_BEGIN(content::SSLStatus)
- IPC_STRUCT_TRAITS_MEMBER(security_style)
- IPC_STRUCT_TRAITS_MEMBER(cert_id)
- IPC_STRUCT_TRAITS_MEMBER(cert_status)
- IPC_STRUCT_TRAITS_MEMBER(security_bits)
- IPC_STRUCT_TRAITS_MEMBER(connection_status)
- IPC_STRUCT_TRAITS_MEMBER(content_status)
-IPC_STRUCT_TRAITS_END()
-
IPC_STRUCT_TRAITS_BEGIN(content::WebPluginMimeType)
IPC_STRUCT_TRAITS_MEMBER(mime_type)
IPC_STRUCT_TRAITS_MEMBER(file_extensions)

Powered by Google App Engine
This is Rietveld 408576698