Index: components/security_interstitials/core/ssl_error_ui.h |
diff --git a/components/security_interstitials/core/ssl_error_ui.h b/components/security_interstitials/core/ssl_error_ui.h |
index d8ec0c3bf4b019f302a444323177ed4268b28e10..d18127bb1a3ec9bd6af95ed357c9d6fcb6d81b9d 100644 |
--- a/components/security_interstitials/core/ssl_error_ui.h |
+++ b/components/security_interstitials/core/ssl_error_ui.h |
@@ -44,7 +44,6 @@ class SSLErrorUI { |
const net::SSLInfo& ssl_info, |
int display_options, // Bitmask of SSLErrorOptionsMask values. |
const base::Time& time_triggered, |
- const std::string& languages, |
ControllerClient* controller); |
~SSLErrorUI(); |
@@ -59,7 +58,6 @@ class SSLErrorUI { |
const int cert_error_; |
const net::SSLInfo ssl_info_; |
const base::Time time_triggered_; |
- const std::string languages_; |
// Set by the |display_options|. |
const bool requested_strict_enforcement_; |