Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7038)

Unified Diff: chrome/test/data/win_plugins_list.txt

Issue 6802014: Update plugins_check to run on ChromeOS (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/data/mac_plugins_list.txt ('k') | chrome/test/functional/PYAUTO_TESTS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/win_plugins_list.txt
===================================================================
--- chrome/test/data/win_plugins_list.txt (revision 80538)
+++ chrome/test/data/win_plugins_list.txt (working copy)
@@ -2,7 +2,9 @@
# 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
+# Note: By default the script will use the key named 'name' as the unique
+# identifier. If you want to override you can use the unique_key key
[
- {u'name':'Shockwave Flash', u'enabled':'True', u'version':u'10,2,154,26'},
- {u'name':'Chrome PDF Viewer', u'enabled':'True', u'version':u''},
+ {u'name':'Shockwave Flash', u'enabled':1, u'version':u'10,2,154,26'},
+ {u'name':'Chrome PDF Viewer', u'enabled':1, u'version':u''},
]
« no previous file with comments | « chrome/test/data/mac_plugins_list.txt ('k') | chrome/test/functional/PYAUTO_TESTS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698