diff options
author | msw@chromium.org <msw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-18 08:58:56 +0000 |
---|---|---|
committer | msw@chromium.org <msw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-18 08:58:56 +0000 |
commit | b76fc2a098e5999ff70f3866fb15c0d95e3a5ad6 (patch) | |
tree | 6eff08a48a1bef3717db22cbef52542f50ab0d32 /chrome/app/chromium_strings.grd | |
parent | 5cb44bb08b9f929cd0ed12b2caad61f7ecf8c760 (diff) | |
download | chromium_src-b76fc2a098e5999ff70f3866fb15c0d95e3a5ad6.zip chromium_src-b76fc2a098e5999ff70f3866fb15c0d95e3a5ad6.tar.gz chromium_src-b76fc2a098e5999ff70f3866fb15c0d95e3a5ad6.tar.bz2 |
Remove MissingSystemFileDialog; use Views textfields instead.
Avoid Windows native textfields/omnibox if msftedit.dll fails to load.
Remove the dialog that previously showed a warning if the dll load failed.
TODO(followup): Remove the support issue: https://support.google.com/chrome/?p=e_blankomnibox
BUG=131660
TEST=NativeTextfieldViews and OmniboxViewViews are used if msftedit.dll cannot be loaded.
R=pkasting@chromium.org
Review URL: https://chromiumcodereview.appspot.com/14744017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@200973 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/chromium_strings.grd')
-rw-r--r-- | chrome/app/chromium_strings.grd | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/chrome/app/chromium_strings.grd b/chrome/app/chromium_strings.grd index aadf989..302a28f 100644 --- a/chrome/app/chromium_strings.grd +++ b/chrome/app/chromium_strings.grd @@ -271,12 +271,6 @@ be available for now. --> <message name="IDS_SHORTCUT_NEW_WINDOW" desc="The text label of the New window shortcut context menu entry as of Windows 8"> New window </message> - <message name="IDS_MISSING_WINDOWS_SYSTEM_FILES_TITLE" desc="Title string on an error dialog to notify that the system is missing some Windows system files"> - Windows error detected - </message> - <message name="IDS_MISSING_WINDOWS_SYSTEM_FILES_MESSAGE" desc="Warning message on an error dialog to notify that the system is missing some Windows system files"> - Your computer is missing some important Windows system files, so Chromium will be unable to function correctly. - </message> </if> <message name="IDS_CERT_ERROR_COMMON_NAME_INVALID_EXTRA_INFO_2" desc="2nd paragraph of extra information for an unsafe common name in an X509 certificate"> In this case, the address listed in the certificate does not match the address of the website your browser tried to go to. One possible reason for this is that your communications are being intercepted by an attacker who is presenting a certificate for a different website, which would cause a mismatch. Another possible reason is that the server is set up to return the same certificate for multiple websites, including the one you are attempting to visit, even though that certificate is not valid for all of those websites. Chromium can say for sure that you reached <strong><ph name="DOMAIN2">$1<ex>paypal.com</ex></ph></strong>, but cannot verify that that is the same site as <strong><ph name="DOMAIN">$2<ex>www.paypal.com</ex></ph></strong> which you intended to reach. If you proceed, Chromium will not check for any further name mismatches. |