summaryrefslogtreecommitdiffstats
path: root/chrome/app
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-25 16:32:59 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-25 16:32:59 +0000
commitc60d7c184378e3e1b78c8ab255306c60cfcc9dae (patch)
treefe3cc6ce9db25aac43a9794fe1a1c764a7fb0793 /chrome/app
parent05d3cc283c4ac47d4ebab479cfc30b4a289524f3 (diff)
downloadchromium_src-c60d7c184378e3e1b78c8ab255306c60cfcc9dae.zip
chromium_src-c60d7c184378e3e1b78c8ab255306c60cfcc9dae.tar.gz
chromium_src-c60d7c184378e3e1b78c8ab255306c60cfcc9dae.tar.bz2
Remove IDC_AUTOFILL_DEFAULT completely.
BUG=86901 TEST=None R=dhollowa@chromium.org Review URL: http://codereview.chromium.org/7489032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93893 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r--chrome/app/chrome_command_ids.h21
-rw-r--r--chrome/app/chrome_dll.rc1
2 files changed, 10 insertions, 12 deletions
diff --git a/chrome/app/chrome_command_ids.h b/chrome/app/chrome_command_ids.h
index 53a53f5..ab5318a 100644
--- a/chrome/app/chrome_command_ids.h
+++ b/chrome/app/chrome_command_ids.h
@@ -160,17 +160,16 @@
#define IDC_ABOUT 40018
#define IDC_HELP_PAGE 40019
#define IDC_SHOW_APP_MENU 40020
-#define IDC_MANAGE_EXTENSIONS 40022
-#define IDC_AUTOFILL_DEFAULT 40023
-#define IDC_DEV_TOOLS_INSPECT 40025
-#define IDC_UPGRADE_DIALOG 40026
-#define IDC_VIEW_INCOMPATIBILITIES 40027
-#define IDC_VIEW_BACKGROUND_PAGES 40028
-#define IDC_SHOW_KEYBOARD_OVERLAY 40029
-#define IDC_PROFILING_ENABLED 40030
-#define IDC_FILE_MANAGER 40031
-#define IDC_BOOKMARKS_MENU 40032
-#define IDC_SHOW_SYNC_SETUP 40033
+#define IDC_MANAGE_EXTENSIONS 40021
+#define IDC_DEV_TOOLS_INSPECT 40022
+#define IDC_UPGRADE_DIALOG 40023
+#define IDC_VIEW_INCOMPATIBILITIES 40024
+#define IDC_VIEW_BACKGROUND_PAGES 40025
+#define IDC_SHOW_KEYBOARD_OVERLAY 40026
+#define IDC_PROFILING_ENABLED 40027
+#define IDC_FILE_MANAGER 40028
+#define IDC_BOOKMARKS_MENU 40029
+#define IDC_SHOW_SYNC_SETUP 40030
// Spell-check
// Insert any additional suggestions before _LAST; these have to be consecutive.
diff --git a/chrome/app/chrome_dll.rc b/chrome/app/chrome_dll.rc
index a19366b..b617864 100644
--- a/chrome/app/chrome_dll.rc
+++ b/chrome/app/chrome_dll.rc
@@ -33,7 +33,6 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
// pick those up in the WM_APPCOMMAND message.
IDR_MAINFRAME ACCELERATORS
BEGIN
- "A", IDC_AUTOFILL_DEFAULT, VIRTKEY, CONTROL, SHIFT
VK_LEFT, IDC_BACK, VIRTKEY, ALT
VK_BACK, IDC_BACK, VIRTKEY
"D", IDC_BOOKMARK_PAGE, VIRTKEY, CONTROL