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

Unified Diff: trunk/src/chrome/browser/chromeos/offline/offline_load_page.cc

Issue 185003002: Revert 254207 "Switch to using the new Link Doctor API." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 10 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
« no previous file with comments | « trunk/src/chrome/app/generated_resources.grd ('k') | trunk/src/chrome/browser/errorpage_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/chrome/browser/chromeos/offline/offline_load_page.cc
===================================================================
--- trunk/src/chrome/browser/chromeos/offline/offline_load_page.cc (revision 254240)
+++ trunk/src/chrome/browser/chromeos/offline/offline_load_page.cc (working copy)
@@ -97,9 +97,7 @@
profile->GetPrefs()->GetString(prefs::kAcceptLanguages);
LocalizedError::GetStrings(net::ERR_INTERNET_DISCONNECTED,
net::kErrorDomain, url_, false, false, locale,
- accept_languages,
- scoped_ptr<LocalizedError::ErrorPageParams>(),
- &error_strings);
+ accept_languages, &error_strings);
resource_id = IDR_OFFLINE_NET_LOAD_HTML;
}
« no previous file with comments | « trunk/src/chrome/app/generated_resources.grd ('k') | trunk/src/chrome/browser/errorpage_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698