diff options
author | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-27 18:20:40 +0000 |
---|---|---|
committer | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-27 18:20:40 +0000 |
commit | 8b9be1aeeff8ed853ec0a724442e7d8b090937b7 (patch) | |
tree | 4067ed8004c17e35e2287d46d9e73be6aed3839c /chrome | |
parent | 0cd7700f258468742e4d9d7f8583d23746875302 (diff) | |
download | chromium_src-8b9be1aeeff8ed853ec0a724442e7d8b090937b7.zip chromium_src-8b9be1aeeff8ed853ec0a724442e7d8b090937b7.tar.gz chromium_src-8b9be1aeeff8ed853ec0a724442e7d8b090937b7.tar.bz2 |
Dump some unused strings to test .grd handling with the recent IncrediBuild
update. The strings being removed are all unused and were not added recently.
BUG=none
TEST=Ideally, this will not cause test failures on Windows. This change is
actually the TEST= of a build tool upgrade.
Review URL: http://codereview.chromium.org/3064011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53811 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/app/generated_resources.grd | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 085da3e..33c7cea 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -212,11 +212,6 @@ each locale. --> </message> - <message name="IDS_HISTORY_SEARCH_STRING" desc="Text showing what the user searched for"> - Search Results for '<ph name="SEARCH_STRING"> - $1<ex>pie</ex> - </ph>' - </message> <message name="IDS_HISTORY_START_EDITING_HISTORY" desc="Title of the link that allows the user to enable controls for deleting single history items"> Edit items... </message> @@ -4633,9 +4628,6 @@ Keep your key file in a safe place. You will need it to create new versions of y </if> <!-- About Chrome View --> - <message name="IDS_ABOUT_CHROME_ACKNOWLEDGEMENTS" desc="Acknowledgements link"> - Acknowledgements - </message> <if expr="os == 'darwin'"> <message name="IDS_ABOUT_CHROME_PROMOTE_UPDATER" desc="The 'Set Up Automatic Updates for All Users' button in the About window. Mac-only."> Set Up Automatic Updates for All Users @@ -7547,9 +7539,6 @@ Keep your key file in a safe place. You will need it to create new versions of y <message name="IDS_GEOLOCATION_BLOCKED_TOOLTIP" desc="Location bar icon tooltip text when a page is blocked from using geolocation."> This page has been blocked from tracking your location. </message> - <message name="IDS_GEOLOCATION_PENDING_TOOLTIP" desc="Location bar icon tooltip text when a page is blocked from using geolocation."> - This page wants to track your location. - </message> <!-- ProcessSingleton --> <message name="IDS_PROFILE_IN_USE_LINUX" desc="Message shown when the browser cannot start because the profile is in use on a different host."> |