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: components/error_page/common/localized_error.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/error_page/common/localized_error.h
diff --git a/components/error_page/common/localized_error.h b/components/error_page/common/localized_error.h
index ba1143b1690d5d8bda743fe3ea2e3ca46cfd05a7..cbe57f281f9bde4f9087aff2843a63ae2b168bd4 100644
--- a/components/error_page/common/localized_error.h
+++ b/components/error_page/common/localized_error.h
@@ -32,7 +32,6 @@ class LocalizedError {
bool can_show_network_diagnostics_dialog,
bool has_offline_pages,
const std::string& locale,
- const std::string& accept_languages,
scoped_ptr<error_page::ErrorPageParams> params,
base::DictionaryValue* strings);

Powered by Google App Engine
This is Rietveld 408576698