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

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

Issue 22283002: Fix a type in the net error page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 4 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 | « no previous file | 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 e29dd39a30006363b99c0d90fd032f53677e5423..14e0a74fb34339e4334c9db223bee60c9d476030 100644
--- a/chrome/renderer/resources/neterror.html
+++ b/chrome/renderer/resources/neterror.html
@@ -314,7 +314,7 @@ function diagnoseErrors() {
var extension_id = "idddmepepmjcgiedknnmlbadcokidhoa";
var diagnose_frame = document.getElementById('diagnose-frame');
diagnose_frame.innerHTML =
- '<iframe src="+chrome-extension://' + extension_id +
+ '<iframe src="chrome-extension://' + extension_id +
'/index.html"></iframe>';
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698