diff options
author | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-14 17:23:44 +0000 |
---|---|---|
committer | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-14 17:23:44 +0000 |
commit | 354e2cfc4fdcac9cecc2d7eac369968de24d128b (patch) | |
tree | af432857dcb4f154b24a85109ed3360612421c45 /chrome/app/chrome_dll_resource.h | |
parent | b72f60a49bd1e70dcdd41291193febf6374ad14e (diff) | |
download | chromium_src-354e2cfc4fdcac9cecc2d7eac369968de24d128b.zip chromium_src-354e2cfc4fdcac9cecc2d7eac369968de24d128b.tar.gz chromium_src-354e2cfc4fdcac9cecc2d7eac369968de24d128b.tar.bz2 |
Revert "Implement OS X Encoding Menu."
This reverts commit r16061.
TBR=jeremy
Review URL: http://codereview.chromium.org/115357
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16065 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/chrome_dll_resource.h')
-rw-r--r-- | chrome/app/chrome_dll_resource.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/app/chrome_dll_resource.h b/chrome/app/chrome_dll_resource.h index 0854823..f8275e7 100644 --- a/chrome/app/chrome_dll_resource.h +++ b/chrome/app/chrome_dll_resource.h @@ -90,10 +90,6 @@ #define IDC_PRINT 35003 #define IDC_SAVE_PAGE 35004 #define IDC_ENCODING_MENU 35005 - -// When adding a new encoding to this list, be sure to append it to the -// EncodingMenuController::kValidEncodingIds array in -// encoding_menu_controller.cc. #define IDC_ENCODING_AUTO_DETECT 35006 #define IDC_ENCODING_UTF8 35007 #define IDC_ENCODING_UTF16LE 35008 |