diff options
author | jcampan@chromium.org <jcampan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-24 21:53:58 +0000 |
---|---|---|
committer | jcampan@chromium.org <jcampan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-24 21:53:58 +0000 |
commit | d2faab5a2a86a29787a8a3420e85a58e4739000e (patch) | |
tree | 2cad7cd8855cb3efc20df021940292683a8df1ac /chrome/app/generated_resources.grd | |
parent | e6acd67c05952b07e9f2bbb10f9ea5a43907392b (diff) | |
download | chromium_src-d2faab5a2a86a29787a8a3420e85a58e4739000e.zip chromium_src-d2faab5a2a86a29787a8a3420e85a58e4739000e.tar.gz chromium_src-d2faab5a2a86a29787a8a3420e85a58e4739000e.tar.bz2 |
Adding mention of allowing third-party cookies as a way to fix redirect loops.
BUG=http://crbug.com/12969
TEST=Open a page with a redirect loop. The error page should mention allowing third-party cookies as a way to fix the problem.
Review URL: http://codereview.chromium.org/159145
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21587 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/generated_resources.grd')
-rw-r--r-- | chrome/app/generated_resources.grd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index c9832ad..4e03557 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -2759,7 +2759,7 @@ each locale. --> </message> <message name="IDS_ERRORPAGES_SUMMARY_TOO_MANY_REDIRECTS" desc="Summary in the error page when there are too many URL redirects."> The webpage at <strong jscontent="failedUrl"></strong> has resulted in - too many redirects. Clearing your cookies for this site may fix the problem. If + too many redirects. Clearing your cookies for this site or allowing third-party cookies may fix the problem. If not, it is possibly a server configuration issue and not a problem with your computer. </message> |