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

Unified Diff: chrome/browser/resources/ssl/tls_error_assistant/tls_error_assistant.asciipb

Issue 2567483002: Add proto for TLS error assistant, refactor proto generator code. (Closed)
Patch Set: Created 4 years 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: chrome/browser/resources/ssl/tls_error_assistant/tls_error_assistant.asciipb
diff --git a/chrome/browser/resources/ssl/tls_error_assistant/tls_error_assistant.asciipb b/chrome/browser/resources/ssl/tls_error_assistant/tls_error_assistant.asciipb
new file mode 100644
index 0000000000000000000000000000000000000000..2ec829a454d42c038648aa8c0838098fd66e013c
--- /dev/null
+++ b/chrome/browser/resources/ssl/tls_error_assistant/tls_error_assistant.asciipb
@@ -0,0 +1,13 @@
+# Copyright 2016 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# Placeholder for list of known certificates that are treated as captive
+# portal certificates.
+
+# TODO(crbug.com/640835): Populate this with full list.
+version_id: 1
+
+captive_portal_cert {
+ sha256_hash: "testcert"
Nathan Parker 2016/12/10 00:56:50 Are these binary strings, or hex? Do you want the
meacer 2016/12/13 02:30:16 Added some comments to describe the format. I'm pl
+}

Powered by Google App Engine
This is Rietveld 408576698