diff options
author | lzheng@chromium.org <lzheng@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-13 19:09:32 +0000 |
---|---|---|
committer | lzheng@chromium.org <lzheng@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-13 19:09:32 +0000 |
commit | 3d99fafb101ad48493d33a5c06e2714dd7e4b253 (patch) | |
tree | a3f6fd755d83f2b0a75869dcb1b70cd45707fe34 /chrome/app/generated_resources.grd | |
parent | 2d7c6485914781e44fd0ed855fef74063a433695 (diff) | |
download | chromium_src-3d99fafb101ad48493d33a5c06e2714dd7e4b253.zip chromium_src-3d99fafb101ad48493d33a5c06e2714dd7e4b253.tar.gz chromium_src-3d99fafb101ad48493d33a5c06e2714dd7e4b253.tar.bz2 |
Simplify the malware warning ui. Remove the 'more info'/'less info' button, instead directly show the content above the 'go back' button.
sample screenshot: https://docs0.google.com/document/edit?id=1Kk2wxsj8JjIjlC1WUPamDlEPWZH-iWUoECMRdyQ9t_4&hl=en&authkey=CJKfrM0D#
Patch from Ke Wang <kewang@google.com>
BUG=60813
TEST=unit_tests. To see the UI change, start the browser and try load some sites in malware blacklist.
Review URL: http://codereview.chromium.org/5623007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69028 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/generated_resources.grd')
-rw-r--r-- | chrome/app/generated_resources.grd | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index b6aaaad..efbcb2a 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -7686,15 +7686,6 @@ Keep your key file in a safe place. You will need it to create new versions of y <message name="IDS_SAFE_BROWSING_MALWARE_DESCRIPTION5" desc="SafeBrowsing Malware HTML description, detailed information, click button to span."> We have already notified <ph name="HOST_NAME"><strong>$1<ex>evil.com</ex></strong></ph> that we found malware on the site. For more about the problems found on <ph name="HOST_NAME2">$2<ex>www.malware.com</ex></ph>, visit the Google <ph name="DIAGNOSTIC_PAGE">$3<ex>diagnostic page</ex></ph>. </message> - <message name="IDS_SAFE_BROWSING_MALWARE_TOGGLE_BUTTON" desc="SafeBrowsing Malware, show more information button"> - <ph name="CONTENT">$1</ph> - </message> - <message name="IDS_SAFE_BROWSING_MALWARE_MORE_INFO_BUTTON" desc="SafeBrowsing Malware, show more information button"> - More information - </message> - <message name="IDS_SAFE_BROWSING_MALWARE_LESS_INFO_BUTTON" desc="SafeBrowsing Malware, show less information button"> - Less information - </message> <message name="IDS_SAFE_BROWSING_MALWARE_BACK_BUTTON" desc="SafeBrowsing Malware, back button"> Go back </message> |