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

Unified Diff: chrome/renderer/resources/neterror.js

Issue 599653003: Remove old template html boilerplate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bydefault
Patch Set: . 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/renderer/resources/neterror.js
diff --git a/chrome/renderer/resources/neterror.js b/chrome/renderer/resources/neterror.js
index ae6efae94ef231530cd3efbc1c3cf453bc608dc3..1c640a37bcb232d47e26384791bd4e95d1f16899 100644
--- a/chrome/renderer/resources/neterror.js
+++ b/chrome/renderer/resources/neterror.js
@@ -29,7 +29,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);
Dan Beam 2014/09/24 00:03:30 ^ does this already happen somewhere else and it w
Evan Stade 2014/09/24 21:57:18 Yea, it already happens at page startup; AFAICT th
var context = new JsEvalContext(strings);
jstProcess(context, document.getElementById('t'));
}

Powered by Google App Engine
This is Rietveld 408576698