diff options
author | viettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-20 22:43:55 +0000 |
---|---|---|
committer | viettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-20 22:43:55 +0000 |
commit | c8754949c27291f95c6dbc3e8b97bcfd4a3b4734 (patch) | |
tree | d25563ed8dfd5ca58f395683bafff462882dfa3e /chrome/app | |
parent | fe4fb439589bd710ee5f393a29cf621773fe8d97 (diff) | |
download | chromium_src-c8754949c27291f95c6dbc3e8b97bcfd4a3b4734.zip chromium_src-c8754949c27291f95c6dbc3e8b97bcfd4a3b4734.tar.gz chromium_src-c8754949c27291f95c6dbc3e8b97bcfd4a3b4734.tar.bz2 |
Add plugin type (NPAPI, PPAPI, etc.) to chrome://plugins.
TEST=Go to about:plugins, show Details, verify that the "Type:" field is
displayed correctly (e.g., "PPAPI (in-process)" for the Remoting Viewer,
"NPAPI" for most third-party plugins).
BUG=none
Review URL: http://codereview.chromium.org/8362009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106610 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 1456ce8..1f341cf 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -4249,6 +4249,9 @@ Keep your key file in a safe place. You will need it to create new versions of y <message name="IDS_PLUGINS_PATH" desc="The label in front of a plug-in path (file/location on disk)."> Location: </message> + <message name="IDS_PLUGINS_TYPE" desc="The label in front of a plug-in type (NPAPI, PPAPI, etc.)."> + Type: + </message> <message name="IDS_PLUGINS_MIME_TYPES" desc="The label in front of a plug-in's MIME types table."> MIME types: </message> @@ -4276,6 +4279,15 @@ Keep your key file in a safe place. You will need it to create new versions of y <message name="IDS_PLUGINS_NO_PLUGINS" desc="Text that indicates that no plugins are installed"> No plugins are installed </message> + <message name="IDS_PLUGINS_NPAPI" desc="Text that indicates the plugin is an NPAPI plugin."> + NPAPI + </message> + <message name="IDS_PLUGINS_PPAPI_IN_PROCESS" desc="Text that indicates the plugin is an in-process PPAPI plugin."> + PPAPI (in-process) + </message> + <message name="IDS_PLUGINS_PPAPI_OUT_OF_PROCESS" desc="Text that indicates the plugin is an out-of-process PPAPI plugin."> + PPAPI (out-of-process) + </message> <!-- about:policy --> <message name="IDS_POLICY_TITLE" desc="The title for the about:policies page."> |