diff options
author | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-19 11:19:39 +0000 |
---|---|---|
committer | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-19 11:19:39 +0000 |
commit | f681c78a89e758ff1255708569fd6562af28b574 (patch) | |
tree | 1f592e73bba5d4b1308c61c0a8a1d08850366abc /chrome/app | |
parent | ea3172c71d6495f32e3f20db267cb557ea1f2093 (diff) | |
download | chromium_src-f681c78a89e758ff1255708569fd6562af28b574.zip chromium_src-f681c78a89e758ff1255708569fd6562af28b574.tar.gz chromium_src-f681c78a89e758ff1255708569fd6562af28b574.tar.bz2 |
Allow users to hide Browser Actions by right-clicking the icon and selecting Hide.
To un-hide, you need to disable and enable the extension.
BUG=57824
TEST=BrowserActionsContainerTest.ForceHide, ExtensionPrefsHidingBrowserActions.ForceHide
Review URL: http://codereview.chromium.org/5164002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66760 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index d5bef75..a552862 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -3804,6 +3804,9 @@ each locale. --> <message name="IDS_EXTENSIONS_OPTIONS" desc="The button text for the options button."> Options </message> + <message name="IDS_EXTENSIONS_HIDE" desc="The text for the Hide context menu item."> + Hide button + </message> <message name="IDS_EXTENSION_ACTION_INSPECT_POPUP" desc="The text for the right-click menu of page and browser actions which shows the popup and opens the developer tools."> Inspect popup </message> |