Chromium Code Reviews| 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 67% |
| copy from cc/ipc/render_pass_id.mojom |
| copy to components/cast_certificate/cast_crl_root_ca_cert_der-inc.h |
| index 90eee184925025d5d948c49e6af692ec5ec2a04e..06d19a61d9c994bf3724aba476f115921f2660b6 100644 |
| --- a/cc/ipc/render_pass_id.mojom |
| +++ b/components/cast_certificate/cast_crl_root_ca_cert_der-inc.h |
| @@ -2,9 +2,4 @@ |
| // 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; |
| -}; |
| +const unsigned char kCastCRLRootCaDer[] = {0x30, /*TODO Cast CRL Root here*/}; |
|
eroman
2016/07/15 22:52:49
TODO(ryanchung)
ryanchung
2016/07/18 23:39:08
Done.
|