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"> |