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

Unified Diff: components/security_interstitials/core/bad_clock_ui.h

Issue 1841653003: Drop |languages| from {Format,Elide}Url* and IDNToUnicode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix typo in elide_url.cc Created 4 years, 8 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: components/security_interstitials/core/bad_clock_ui.h
diff --git a/components/security_interstitials/core/bad_clock_ui.h b/components/security_interstitials/core/bad_clock_ui.h
index f780d233f2e6af5a89a517b8475b45e133a25cd7..3d41343b67207d66d877d6d8aa379904c7c2d809 100644
--- a/components/security_interstitials/core/bad_clock_ui.h
+++ b/components/security_interstitials/core/bad_clock_ui.h
@@ -24,7 +24,6 @@ class BadClockUI {
const net::SSLInfo& ssl_info,
const base::Time& time_triggered, // Time the error was triggered
ssl_errors::ClockState clock_state,
- const std::string& languages,
ControllerClient* controller_);
~BadClockUI();
@@ -38,7 +37,6 @@ class BadClockUI {
const int cert_error_;
const net::SSLInfo ssl_info_;
const base::Time time_triggered_;
- const std::string languages_;
ControllerClient* controller_;
ssl_errors::ClockState clock_state_;
« no previous file with comments | « components/search_engines/template_url_unittest.cc ('k') | components/security_interstitials/core/bad_clock_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698