summaryrefslogtreecommitdiffstats
path: root/chrome/app/chrome_dll_resource.h
diff options
context:
space:
mode:
authoraa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-15 06:07:38 +0000
committeraa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-15 06:07:38 +0000
commit15294d803ac17bb5355076c90ddbecca983985a8 (patch)
tree4d8a0f1a95daf85c51420bfa41984becad28e12c /chrome/app/chrome_dll_resource.h
parent66ff7356a381d6c8c6c3272b095938408c4f3188 (diff)
downloadchromium_src-15294d803ac17bb5355076c90ddbecca983985a8.zip
chromium_src-15294d803ac17bb5355076c90ddbecca983985a8.tar.gz
chromium_src-15294d803ac17bb5355076c90ddbecca983985a8.tar.bz2
Remove the implicit wrench menu items for browser actions.
Also, allow browser actions with no initial icons, and add some better tests. BUG=24379,24671 Review URL: http://codereview.chromium.org/276010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29095 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/chrome_dll_resource.h')
-rw-r--r--chrome/app/chrome_dll_resource.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/chrome/app/chrome_dll_resource.h b/chrome/app/chrome_dll_resource.h
index 92e7487..d83cf8a 100644
--- a/chrome/app/chrome_dll_resource.h
+++ b/chrome/app/chrome_dll_resource.h
@@ -179,6 +179,7 @@
#define IDC_SHOW_APP_MENU 40020
#define IDC_SHOW_PAGE_MENU 40021
#define IDC_SHOW_EXTENSION_SHELF 40022
+#define IDC_MANAGE_EXTENSIONS 40023
// Spell-check
// Insert any additional suggestions before _LAST; these have to be consecutive.
@@ -216,11 +217,3 @@
#define IDC_HISTORY_MENU 46000 // OSX only
#define IDC_HISTORY_MENU_VISITED 46100 // OSX only
#define IDC_HISTORY_MENU_CLOSED 46200 // OSX only
-
-// Extensions menu
-// Dynamic items from extensions are filled in between _FIRST and _LAST. If we
-// end up with more than 997 browser actions registered, we have other problems.
-#define IDC_SHOW_EXTENSIONS_SUBMENU 47000
-#define IDC_MANAGE_EXTENSIONS 47001
-#define IDC_BROWSER_ACTION_FIRST 47002
-#define IDC_BROWSER_ACTION_LAST 47999