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

Unified Diff: chrome/browser/ssl/ssl_error_assistant.proto

Issue 2641423002: Rename TLS error assistant to SSL error assistant (Closed)
Patch Set: Year Created 3 years, 11 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 | « chrome/browser/ssl/BUILD.gn ('k') | chrome/browser/ssl/tls_error_assistant.proto » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ssl/ssl_error_assistant.proto
diff --git a/chrome/browser/ssl/tls_error_assistant.proto b/chrome/browser/ssl/ssl_error_assistant.proto
similarity index 95%
rename from chrome/browser/ssl/tls_error_assistant.proto
rename to chrome/browser/ssl/ssl_error_assistant.proto
index 33f8bb1aa53061ed0ae205708783854a9539f8bf..ca64528e6513cbf1932f595146c457452f5947ee 100644
--- a/chrome/browser/ssl/tls_error_assistant.proto
+++ b/chrome/browser/ssl/ssl_error_assistant.proto
@@ -16,7 +16,7 @@ message CaptivePortalCert {
optional string sha256_hash = 1;
}
-message TLSErrorAssistantConfig {
+message SSLErrorAssistantConfig {
optional uint32 version_id = 1;
repeated CaptivePortalCert captive_portal_cert = 2;
}
« no previous file with comments | « chrome/browser/ssl/BUILD.gn ('k') | chrome/browser/ssl/tls_error_assistant.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698