| Index: net/cert/ev_root_ca_metadata.cc
|
| diff --git a/net/cert/ev_root_ca_metadata.cc b/net/cert/ev_root_ca_metadata.cc
|
| index 9e611a3093d337c8466ffc88eaa9d48daf3348c0..cdea3578736305ebf6c55231d0703a747189608b 100644
|
| --- a/net/cert/ev_root_ca_metadata.cc
|
| +++ b/net/cert/ev_root_ca_metadata.cc
|
| @@ -21,6 +21,7 @@
|
|
|
| namespace net {
|
|
|
| +#if defined(USE_NSS) || defined(OS_IOS) || defined(OS_WIN)
|
| // Raw metadata.
|
| struct EVMetadata {
|
| // kMaxOIDsPerCA is the number of OIDs that we can support per root CA. At
|
| @@ -389,6 +390,8 @@ static const EVMetadata ev_root_ca_metadata[] = {
|
| }
|
| };
|
|
|
| +#endif // defined(USE_NSS) || defined(OS_IOS) || defined(OS_WIN)
|
| +
|
| static base::LazyInstance<EVRootCAMetadata>::Leaky
|
| g_ev_root_ca_metadata = LAZY_INSTANCE_INITIALIZER;
|
|
|
|
|