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')); |
} |