summaryrefslogtreecommitdiffstats
path: root/chrome/app/chrome_command_ids.h
diff options
context:
space:
mode:
authorahendrickson@google.com <ahendrickson@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-25 18:03:42 +0000
committerahendrickson@google.com <ahendrickson@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-25 18:03:42 +0000
commit8f5fa9a4cc349b818cb298c1e5411a9a786465f3 (patch)
treec37642f9b9c42ab97c8f2262a4c74d6fcd2ab242 /chrome/app/chrome_command_ids.h
parente1eb5fb2b9c41548f879c0b6b0f3a777bada8a8f (diff)
downloadchromium_src-8f5fa9a4cc349b818cb298c1e5411a9a786465f3.zip
chromium_src-8f5fa9a4cc349b818cb298c1e5411a9a786465f3.tar.gz
chromium_src-8f5fa9a4cc349b818cb298c1e5411a9a786465f3.tar.bz2
Revert 93893 - Remove IDC_AUTOFILL_DEFAULT completely.
Was causing a crash on Mac try-bots. BUG=86901 TEST=None R=dhollowa@chromium.org Review URL: http://codereview.chromium.org/7489032 TBR=tfarina@chromium.org Review URL: http://codereview.chromium.org/7505001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93912 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/chrome_command_ids.h')
-rw-r--r--chrome/app/chrome_command_ids.h21
1 files changed, 11 insertions, 10 deletions
diff --git a/chrome/app/chrome_command_ids.h b/chrome/app/chrome_command_ids.h
index ab5318a..53a53f5 100644
--- a/chrome/app/chrome_command_ids.h
+++ b/chrome/app/chrome_command_ids.h
@@ -160,16 +160,17 @@
#define IDC_ABOUT 40018
#define IDC_HELP_PAGE 40019
#define IDC_SHOW_APP_MENU 40020
-#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
+#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
// Spell-check
// Insert any additional suggestions before _LAST; these have to be consecutive.