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

Unified Diff: chrome/browser/resources/chromeos/neterror.js

Issue 599653003: Remove old template html boilerplate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bydefault
Patch Set: fix android Created 6 years, 3 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: chrome/browser/resources/chromeos/neterror.js
diff --git a/chrome/browser/resources/chromeos/neterror.js b/chrome/browser/resources/chromeos/neterror.js
index ec69eb3d44cef58b9e3d91701f9f75e5ba2d062f..c37b9d2add523a7b51ee3a10e5b4ace8e33f1d35 100644
--- a/chrome/browser/resources/chromeos/neterror.js
+++ b/chrome/browser/resources/chromeos/neterror.js
@@ -27,7 +27,6 @@ if (window.top.location != window.location)
// Re-renders the error page using |strings| as the dictionary of values.
// Used by NetErrorTabHelper to update DNS error pages with probe results.
function updateForDnsProbe(strings) {
- i18nTemplate.process(document, strings);
var context = new JsEvalContext(strings);
jstProcess(context, $('t'));
}
« no previous file with comments | « chrome/browser/resources/about_sys/about_sys.js ('k') | chrome/browser/resources/print_preview/compiled_resources.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698