Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1453)

Unified Diff: chrome/app/chrome_command_ids.h

Issue 1024713002: Drop Big5-HKSCS and add IBM866 in the encoding menu. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add ibm866 Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/character_encoding.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/chrome_command_ids.h
diff --git a/chrome/app/chrome_command_ids.h b/chrome/app/chrome_command_ids.h
index cd11b91bb6f4b299d89e823260a981fa263f5711..fab2bc2f7965880b6fc990c2abb2f32635966633 100644
--- a/chrome/app/chrome_command_ids.h
+++ b/chrome/app/chrome_command_ids.h
@@ -98,7 +98,6 @@
#define IDC_ENCODING_GBK 35505
#define IDC_ENCODING_GB18030 35506
#define IDC_ENCODING_BIG5 35507
-#define IDC_ENCODING_BIG5HKSCS 35508
#define IDC_ENCODING_KOREAN 35509
sky 2015/03/21 16:07:56 Is there a reason you don't want adjust subsequent
jungshik at Google 2015/03/23 19:36:17 Initially, I thought that it'd lower the chance of
#define IDC_ENCODING_SHIFTJIS 35510
#define IDC_ENCODING_ISO2022JP 35511
@@ -128,6 +127,7 @@
#define IDC_ENCODING_WINDOWS1255 35535
#define IDC_ENCODING_WINDOWS1258 35536
#define IDC_ENCODING_ISO88598I 35537
+#define IDC_ENCODING_IBM866 35538
// Clipboard commands
#define IDC_CUT 36000
« no previous file with comments | « no previous file | chrome/browser/character_encoding.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698