[SSL] Rename ChromeSSLHostStateDelegate
With this class having been componentized it no longer makes sense to
have "Chrome" in its name. After discussion we decided on "Stateful"
to replace "Chrome", as the key difference between this class and the
default //content-level SSLHostStateDelegate is that this class retains
state about the user's discussions on proceeding past SSL errors.
Bug: 1030692
Change-Id: I8271ef4b19a2cbf9862f818c42aa8978b022e725
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2066906
Commit-Queue: Colin Blundell <[email protected]>
Reviewed-by: Carlos IL <[email protected]>
Cr-Commit-Position: refs/heads/master@{#744230}
diff --git a/components/security_interstitials/content/BUILD.gn b/components/security_interstitials/content/BUILD.gn
index 9fb0648a..6bd779fa 100644
--- a/components/security_interstitials/content/BUILD.gn
+++ b/components/security_interstitials/content/BUILD.gn
@@ -20,8 +20,6 @@
"cert_report_helper.h",
"certificate_error_report.cc",
"certificate_error_report.h",
- "chrome_ssl_host_state_delegate.cc",
- "chrome_ssl_host_state_delegate.h",
"common_name_mismatch_handler.cc",
"common_name_mismatch_handler.h",
"connection_help_ui.cc",
@@ -56,6 +54,8 @@
"ssl_error_handler.h",
"ssl_error_navigation_throttle.cc",
"ssl_error_navigation_throttle.h",
+ "stateful_ssl_host_state_delegate.cc",
+ "stateful_ssl_host_state_delegate.h",
"unsafe_resource_util.cc",
"unsafe_resource_util.h",
"urls.cc",