From 60574937adceadbabbeef0c6a8200883a36addc3 Mon Sep 17 00:00:00 2001 From: "tfarina@chromium.org" Date: Tue, 26 Jul 2011 03:06:42 +0000 Subject: Reland "Remove IDC_AUTOFILL_DEFAULT completely." Now with the proper fix to the Mac nibs files under chrome/app/nibs. Pointed out by Scott Hess (shess@chroium.org). BUG=86901 TEST=None R=shess@chromium.org,dhollowa@chromium.org Review URL: http://codereview.chromium.org/7477002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94032 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/app/chrome_command_ids.h | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) (limited to 'chrome/app/chrome_command_ids.h') 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. -- cgit v1.1