diff options
author | kalman@chromium.org <kalman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-24 07:10:34 +0000 |
---|---|---|
committer | kalman@chromium.org <kalman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-24 07:10:34 +0000 |
commit | f3c06962021d87a78e9dc6662d99af06494ebd7c (patch) | |
tree | d62ad3f9f83fe476175ee8184adc96a76eddcaea /chrome/app | |
parent | 068186fae31a5fd1fc00d33c0e9c8ea7fd79d52b (diff) | |
download | chromium_src-f3c06962021d87a78e9dc6662d99af06494ebd7c.zip chromium_src-f3c06962021d87a78e9dc6662d99af06494ebd7c.tar.gz chromium_src-f3c06962021d87a78e9dc6662d99af06494ebd7c.tar.bz2 |
Add command line flag to force all extensions to have a browser action.
BUG=124605
TEST=none
Review URL: http://codereview.chromium.org/10175005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133641 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index e394829..1b45530 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -5148,6 +5148,12 @@ Keep your key file in a safe place. You will need it to create new versions of y <message name="IDS_FLAGS_EXPERIMENTAL_EXTENSION_APIS_DESCRIPTION" desc="Description of the 'Experimental Extension APIs' lab."> Enables experimental extension APIs. Note that the extension gallery doesn't allow you to upload extensions that use experimental APIs. </message> + <message name="IDS_FLAGS_BROWSER_ACTIONS_FOR_ALL_NAME" desc="Name of the 'Browser actions for all extensions' lab."> + Browser actions for all extensions + </message> + <message name="IDS_FLAGS_BROWSER_ACTIONS_FOR_ALL_DESCRIPTION" desc="Description of the 'Browser action for all extensions' lab."> + Enables browser actions for all extensions. This generates browser actions for any extensions that don't declare them. + </message> <message name="IDS_FLAGS_APPS_NEW_INSTALL_BUBBLE_NAME" desc="Name of the 'New Apps Install Bubble' lab"> New Apps Install Bubble </message> |