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

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 proto again 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
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.

Powered by Google App Engine
This is Rietveld 408576698