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

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

Issue 13270005: Display DNS probe results. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix one last nit Created 7 years, 5 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
« no previous file with comments | « chrome/renderer/net/net_error_helper_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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">
« no previous file with comments | « chrome/renderer/net/net_error_helper_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698