From 467751964600388345aa537e1436b036d159ac92 Mon Sep 17 00:00:00 2001 From: "tc@google.com" Date: Mon, 27 Oct 2008 20:43:40 +0000 Subject: Add a suggestion to "Learn more about this problem." if there is a redirect loop. We could easily use this for other errors too if there are URLs to the help center. BUG=http://crbug.com/2445 Review URL: http://codereview.chromium.org/8174 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4023 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/renderer/resources/error_no_details.html | 3 +++ chrome/renderer/resources/neterror.html | 3 +++ 2 files changed, 6 insertions(+) (limited to 'chrome/renderer/resources') diff --git a/chrome/renderer/resources/error_no_details.html b/chrome/renderer/resources/error_no_details.html index c7d68ae..414be9a 100644 --- a/chrome/renderer/resources/error_no_details.html +++ b/chrome/renderer/resources/error_no_details.html @@ -64,6 +64,9 @@ a:visited { +
  • + +
  • diff --git a/chrome/renderer/resources/neterror.html b/chrome/renderer/resources/neterror.html index 988b612..4625561 100644 --- a/chrome/renderer/resources/neterror.html +++ b/chrome/renderer/resources/neterror.html @@ -84,6 +84,9 @@ function toggleDiv(id) { +
  • + +
  • -- cgit v1.1