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

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: Tweak things, clean up unit tests Created 7 years, 6 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.html
diff --git a/chrome/renderer/resources/neterror.html b/chrome/renderer/resources/neterror.html
index 365d128b221a8b63462afcc23c99c784faf96424..2c5fc55358610b45dbcd4bba80ea174fbe153d99 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">

Powered by Google App Engine
This is Rietveld 408576698