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

Unified Diff: components/error_page/renderer/net_error_helper_core_unittest.cc

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/renderer/net_error_helper_core_unittest.cc
diff --git a/components/error_page/renderer/net_error_helper_core_unittest.cc b/components/error_page/renderer/net_error_helper_core_unittest.cc
index 512e3789dd810f160052bb5d98b3d4c19210e164..a9bd4561ae65e01bf487ec96bb4149fc3147d1d4 100644
--- a/components/error_page/renderer/net_error_helper_core_unittest.cc
+++ b/components/error_page/renderer/net_error_helper_core_unittest.cc
@@ -274,7 +274,7 @@ class NetErrorHelperCoreTest : public testing::Test,
void NavigationCorrectionsLoadFinished(const std::string& result) {
url_being_fetched_ = GURL();
- core()->OnNavigationCorrectionsFetched(result, "en", false);
+ core()->OnNavigationCorrectionsFetched(result, false);
}
void DoErrorLoadOfURL(net::Error error, const GURL& url) {
« no previous file with comments | « components/error_page/renderer/net_error_helper_core.cc ('k') | components/history/core/browser/history_backend.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698