| Index: components/cast_certificate/cast_crl_root_ca_cert_der-inc.h
|
| diff --git a/cc/ipc/render_pass_id.mojom b/components/cast_certificate/cast_crl_root_ca_cert_der-inc.h
|
| similarity index 63%
|
| copy from cc/ipc/render_pass_id.mojom
|
| copy to components/cast_certificate/cast_crl_root_ca_cert_der-inc.h
|
| index 90eee184925025d5d948c49e6af692ec5ec2a04e..5463d19a646f2535b6c1046d3210172eb5a57422 100644
|
| --- a/cc/ipc/render_pass_id.mojom
|
| +++ b/components/cast_certificate/cast_crl_root_ca_cert_der-inc.h
|
| @@ -2,9 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -module cc.mojom;
|
| -
|
| -struct RenderPassId {
|
| - int32 layer_id;
|
| - uint32 index;
|
| +// TODO(ryanchung): Add Cast CRL Root here.
|
| +const unsigned char kCastCRLRootCaDer[] = {
|
| + 0x30,
|
| };
|
|
|