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

Unified Diff: components/cast_certificate/cast_crl_root_ca_cert_der-inc.h

Issue 2050983002: Cast device revocation checking. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed test failure on 32 bit systems. Created 4 years, 5 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
« no previous file with comments | « components/cast_certificate/cast_crl.cc ('k') | components/cast_certificate/cast_crl_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
};
« no previous file with comments | « components/cast_certificate/cast_crl.cc ('k') | components/cast_certificate/cast_crl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698