diff options
author | wez@chromium.org <wez@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-21 21:50:11 +0000 |
---|---|---|
committer | wez@chromium.org <wez@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-21 21:50:11 +0000 |
commit | 975d57ecc237f8cfda202ffa8f358906da0b9275 (patch) | |
tree | 2cdf951db156d62664efe90eb6cba1b8ea240c56 /remoting | |
parent | 162a3d888c00087c0dec308aa4b06125c59997f7 (diff) | |
download | chromium_src-975d57ecc237f8cfda202ffa8f358906da0b9275.zip chromium_src-975d57ecc237f8cfda202ffa8f358906da0b9275.tar.gz chromium_src-975d57ecc237f8cfda202ffa8f358906da0b9275.tar.bz2 |
Explicitly mark Chromoting web-app as not requiring NPAPI.
BUG=144015
Review URL: https://chromiumcodereview.appspot.com/10860079
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152647 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting')
-rw-r--r-- | remoting/webapp/manifest.json | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/remoting/webapp/manifest.json b/remoting/webapp/manifest.json index e51c300..b597c74 100644 --- a/remoting/webapp/manifest.json +++ b/remoting/webapp/manifest.json @@ -34,5 +34,10 @@ { "path": "libremoting_host_plugin.ia32.so", "public": false }, { "path": "libremoting_host_plugin.x64.so", "public": false }, { "path": "remoting_host_plugin.plugin", "public": false } - ] + ], + "requirements": { + "plugins": { + "npapi": false + } + } } |