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

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

Issue 2641423002: Rename TLS error assistant to SSL error assistant (Closed)
Patch Set: More rename 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
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;
}

Powered by Google App Engine
This is Rietveld 408576698