diff options
author | scshunt@google.com <scshunt@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-08 00:04:56 +0000 |
---|---|---|
committer | scshunt@google.com <scshunt@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-08 00:04:56 +0000 |
commit | b1c4de4c2e2713ed8431d230d1e638efefaa7693 (patch) | |
tree | bc3a8298483a55bb64eae068c5054e7cf04125f8 /chrome/app | |
parent | 81375743a18758e2d3e1401086c41fc6102d7404 (diff) | |
download | chromium_src-b1c4de4c2e2713ed8431d230d1e638efefaa7693.zip chromium_src-b1c4de4c2e2713ed8431d230d1e638efefaa7693.tar.gz chromium_src-b1c4de4c2e2713ed8431d230d1e638efefaa7693.tar.bz2 |
Change --enable-browser-plugin to --browser-plugin=enabled or --browser-plugin=platform-apps-only.
To maintain layering, the 'platform-apps-only' option is only in Chrome, but the rest is handled in the content layer.
BUG=none
TEST=compiles
Review URL: https://chromiumcodereview.appspot.com/10536039
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141118 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index b9bcb84..9084547 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -5113,6 +5113,15 @@ Keep your key file in a safe place. You will need it to create new versions of y <message name="IDS_FLAGS_ENABLE_BROWSER_PLUGIN_DESCRIPTION" desc="Description of the 'Enable Browser Plugin' lab."> Enable support for the Browser Plugin. </message> + <message name="IDS_FLAGS_BROWSER_PLUGIN_DISABLED" desc="Option name for when the browser plugin is disabled."> + Disabled + </message> + <message name="IDS_FLAGS_BROWSER_PLUGIN_PLATFORM_APPS" desc="Option name for when the browser plugin is enabled only for platform apps."> + Platform apps only + </message> + <message name="IDS_FLAGS_BROWSER_PLUGIN_ENABLED" desc="Option name for when the browser plugin is enabled everywhere."> + Everywhere + </message> <message name="IDS_FLAGS_ENABLE_NACL_NAME" desc="Name of the 'Enable Native Client' lab."> Native Client </message> |