# List of Mac Chrome plugins to verify plugins' version and state.
# To add new plugin, add new plugin with following version in the list,
# {u'name':'<Plugin Name>', u'enabled':<True/False>, u'version':u'<VERSION>'}
# Used by: chrome/test/functional/plugins_check.py
[
 {u'name':'Shockwave Flash', u'enabled':'True', u'version':u'10.2.154.18'},
 {u'name':'Chrome PDF Viewer', u'enabled':'True', u'version':u''},
]
