Index: chrome/renderer/resources/neterror.html |
diff --git a/chrome/renderer/resources/neterror.html b/chrome/renderer/resources/neterror.html |
index bb301f28909dee43a8b226cf5a3ebd3217521758..41c80c8d92b0798cd22c06bdf86086209c0af2c5 100644 |
--- a/chrome/renderer/resources/neterror.html |
+++ b/chrome/renderer/resources/neterror.html |
@@ -307,6 +307,12 @@ function toggleHelpBox() { |
if (window.top.location != window.location) |
document.documentElement.setAttribute('subframe', ''); |
+function updateForDnsProbe(strings) { |
+ var context = new JsEvalContext(strings); |
+ jstProcess(context, document.getElementById('help-box-outer')); |
+ jstProcess(context, document.getElementById('details')); |
+} |
+ |
</script> |
<body id="t"> |