From e587a45fcdc7dec3c5ce894e4fac236cdb8fe2ad Mon Sep 17 00:00:00 2001 From: "pkasting@chromium.org" Date: Fri, 30 Oct 2009 22:34:41 +0000 Subject: Show a warning when the history files can't be read correctly. This re-plumbs the existing "TooNew" codepath to handle arbitrary error messages. BUG=25822 TEST=Make your history files non-readable, run Chrome (Release), make sure you get a warning dialog. Review URL: http://codereview.chromium.org/342048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30642 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/app/generated_resources.grd | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'chrome/app') diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 1dd6357..275e7a7a6 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -5074,6 +5074,11 @@ Keep your key file in a safe place. You will need it to create new versions of y Don't reset + + + + Your profile could not be opened correctly.\n\nSome features may be unavailable. Please check that the profile exists and you have permission to read and write its contents. + -- cgit v1.1