diff options
author | estade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-14 22:37:38 +0000 |
---|---|---|
committer | estade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-14 22:37:38 +0000 |
commit | 60377314954700d4e27dd4fcd39b5970535f6b29 (patch) | |
tree | 34306d241eb6d30362ded601307d4e35d1e6af71 /chrome/app | |
parent | d66c5fbed2a839a5555a1343f434bae471821a86 (diff) | |
download | chromium_src-60377314954700d4e27dd4fcd39b5970535f6b29.zip chromium_src-60377314954700d4e27dd4fcd39b5970535f6b29.tar.gz chromium_src-60377314954700d4e27dd4fcd39b5970535f6b29.tar.bz2 |
Revert r74860 as it broke arm:
DOM UI options handler cleanup:
- improve StripColon
- remove superfluous parens (clang would catch these if they weren't inside ifdefs)
- move a couple more files to the abbreviated string definition style
- use SetBoolean rather than SetString("true")
BUG=none
TEST=trybots
Review URL: http://codereview.chromium.org/6525005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74861 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 889fd9e..7e4cc1a 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -6769,7 +6769,6 @@ This web page was killed, either because Chrome ran out of memory, or you chose </message> <!-- Windows and Linux put this checkbox in the "home page" section of the prefs, Mac puts --> <!-- it in a 'toolbar' section, so it does not need to say toolbar. --> - <!-- TODO(estade): remove this string --> <if expr="os != 'darwin'"> <message name="IDS_OPTIONS_HOMEPAGE_SHOW_BUTTON" desc="The label of the 'Show Home button on the toolbar' checkbox"> Show Home button on the toolbar |