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