diff options
author | jungshik@google.com <jungshik@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-05 22:47:16 +0000 |
---|---|---|
committer | jungshik@google.com <jungshik@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-05 22:47:16 +0000 |
commit | 1f0329ae584c906e96ef8b42eb7158b2e5469542 (patch) | |
tree | 2bb290b50ab3e770bbc5ac06de3a13ae67f81343 /chrome/app/locales | |
parent | 9e6f995d3f39e4b21bdb40350154335d308f5f1b (diff) | |
download | chromium_src-1f0329ae584c906e96ef8b42eb7158b2e5469542.zip chromium_src-1f0329ae584c906e96ef8b42eb7158b2e5469542.tar.gz chromium_src-1f0329ae584c906e96ef8b42eb7158b2e5469542.tar.bz2 |
Remove an unused string (IDS_PAGE_MENU_REPORT_PHISHING_WEBSITE_URL)
bug=4457
Review URL: http://codereview.chromium.org/13207
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6462 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/locales')
-rw-r--r-- | chrome/app/locales/locale_settings.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/app/locales/locale_settings.h b/chrome/app/locales/locale_settings.h index 10893bc..9b2034b 100644 --- a/chrome/app/locales/locale_settings.h +++ b/chrome/app/locales/locale_settings.h @@ -47,8 +47,7 @@ // Removed: #define IDS_REPORT_ERROR_PHISHING_URL 1018 -// URL for reporting a site as phishing. -#define IDS_PAGE_MENU_REPORT_PHISHING_WEBSITE_URL 1019 +// Removed: #define IDS_PAGE_MENU_REPORT_PHISHING_WEBSITE_URL 1019 // The width of the Options dialog box, in characters (character width = // average character width for default dialog box font) |