diff options
author | kuchhal@chromium.org <kuchhal@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-19 00:03:49 +0000 |
---|---|---|
committer | kuchhal@chromium.org <kuchhal@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-19 00:03:49 +0000 |
commit | 0d9ad06c226e4fce7f5e68ccd41007e702881f4e (patch) | |
tree | b1b2c12523278ff70ae183a3a44e6ad0121d0ff2 /chrome/app | |
parent | 6f3992d8b7238283c5d7be52a64066b3674e9dc6 (diff) | |
download | chromium_src-0d9ad06c226e4fce7f5e68ccd41007e702881f4e.zip chromium_src-0d9ad06c226e4fce7f5e68ccd41007e702881f4e.tar.gz chromium_src-0d9ad06c226e4fce7f5e68ccd41007e702881f4e.tar.bz2 |
Linux crash fix.
If no browser profile is found from which we can import, disable the import
button. This was not problem on Windows since we always had IE.
BUG=14489
TEST=Rename your Firefox profile dir (~/.mozilla/firefox) and make sure that the import button is disabled on the import dialog box.
Review URL: http://codereview.chromium.org/131075
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18777 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 263d621..369f427 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -2217,6 +2217,9 @@ each locale. --> <message name="IDS_IMPORTER_GOOGLE_LOGIN_TEXT" desc="The message to be displayed on dialog"> In order to import Toolbar bookmarks into Chrome, you must be logged into your Google account. Please log in and try to import again. </message> + <message name="IDS_IMPORT_NO_PROFILE_FOUND" desc="Message displayed when we do not find any supported browser to import from."> + No supported browser found + </message> <!-- Import progress popup --> <message name="IDS_IMPORT_PROGRESS_TITLE" desc="Title for the importing progress dialog"> |