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

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: Created 7 years, 9 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 8d7273f3c900c104f24ca20dbaf787dfa464ead4..6529e866dbeeffafa4aeb22ac9facfcd02038ec3 100644
--- a/chrome/renderer/resources/neterror.html
+++ b/chrome/renderer/resources/neterror.html
@@ -131,7 +131,6 @@ a:visited {
url('../../app/theme/default_100_percent/%DISTRIBUTION%/product_logo.png') 1x,
url('../../app/theme/default_200_percent/%DISTRIBUTION%/product_logo.png') 2x);
}
-
</style>
</head>
@@ -163,6 +162,10 @@ if (window.top.location == window.location)
// The border only uses a gradient when using at least 24-bit color.
if (window.screen.colorDepth >= 24)
document.documentElement.setAttribute('high-color-depth', '');
+
+function updateForDnsProbe(strings) {
Deprecated (see juliatuttle) 2013/04/09 20:35:49 TODO(ttuttle): Update just the summary/suggestions
+ jstProcess(new JsEvalContext(strings), document.getElementById('t'));
+}
</script>
<body id="t">
« chrome/renderer/net/net_error_helper.cc ('K') | « chrome/renderer/net/net_error_helper.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698