OLD | NEW |
1 # List of Win Chrome plugins to verify plugins' version and state. | 1 # List of Win Chrome plugins to verify plugins' version and state. |
2 # To add new plugin, add new plugin with following version in the list, | 2 # To add new plugin, add new plugin with following version in the list, |
3 # {u'name':'<Plugin Name>', u'enabled':<True/False>, u'version':u'<VERSION>'} | 3 # {u'name':'<Plugin Name>', u'enabled':<True/False>, u'version':u'<VERSION>'} |
4 # Used by: chrome/test/functional/plugins_check.py | 4 # Used by: chrome/test/functional/plugins_check.py |
5 [ | 5 [ |
6 {u'name':'Shockwave Flash', u'enabled':'True', u'version':u'10,2,154,12'}, | 6 {u'name':'Shockwave Flash', u'enabled':'True', u'version':u'10,2,154,14'}, |
7 {u'name':'Chrome PDF Viewer', u'enabled':'True', u'version':u''}, | 7 {u'name':'Chrome PDF Viewer', u'enabled':'True', u'version':u''}, |
8 ] | 8 ] |
OLD | NEW |