From 9fd542df08cfbff0743b2553d3855a87ce16cbfc Mon Sep 17 00:00:00 2001 From: "aa@chromium.org" Date: Wed, 30 Sep 2009 07:32:01 +0000 Subject: Integrate browser actions with the wrench menu. Browser actions always show up in a submenu of the wrench menu, and if they have an icon, they also show up in the toolbar area. BUG=23380,22883 TEST=Added new automated tests for the command handling, but we need to test that the menu items show up manually. To do that, run with no extension installed, you should see "extensions" in the wrench menu. Add an extension that adds a browser action, you should now see an "extensions" submenu with "manage extensions" and the browser action(s) in the submenu. Review URL: http://codereview.chromium.org/246037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27599 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/app/generated_resources.grd | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'chrome/app/generated_resources.grd') diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 3e9c6b6..b83ca67 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -943,6 +943,12 @@ each locale. --> &Downloads + + &Extensions + + + &Manage extensions + &Options -- cgit v1.1