diff options
author | sunandt@google.com <sunandt@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-14 17:16:49 +0000 |
---|---|---|
committer | sunandt@google.com <sunandt@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-14 17:16:49 +0000 |
commit | 1443c97ca9df4e78dd99f5171b0d15d901145657 (patch) | |
tree | 4322799b9835fd7cddbe3d228e7b2ce0c11274c4 | |
parent | d0154965b31182b71ca8f886987567cb23849c03 (diff) | |
download | chromium_src-1443c97ca9df4e78dd99f5171b0d15d901145657.zip chromium_src-1443c97ca9df4e78dd99f5171b0d15d901145657.tar.gz chromium_src-1443c97ca9df4e78dd99f5171b0d15d901145657.tar.bz2 |
Changing the flash plugin version.
BUG=73902
TEST=plugins_check.PluginsCheck.testPluginsStates
Review URL: http://codereview.chromium.org/6854023
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81608 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/test/data/mac_plugins_list.txt | 2 | ||||
-rw-r--r-- | chrome/test/data/win_plugins_list.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/chrome/test/data/mac_plugins_list.txt b/chrome/test/data/mac_plugins_list.txt index 7346fe4..e78d17c 100644 --- a/chrome/test/data/mac_plugins_list.txt +++ b/chrome/test/data/mac_plugins_list.txt @@ -5,6 +5,6 @@ # 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':1, u'version':u'10.2.154.27'}, + {u'name':'Shockwave Flash', u'enabled':1, u'version':u'10.3.181.4'}, {u'name':'Chrome PDF Viewer', u'enabled':1, u'version':u''}, ] diff --git a/chrome/test/data/win_plugins_list.txt b/chrome/test/data/win_plugins_list.txt index 76b5155..774f643 100644 --- a/chrome/test/data/win_plugins_list.txt +++ b/chrome/test/data/win_plugins_list.txt @@ -5,6 +5,6 @@ # 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':1, u'version':u'10,2,154,27'}, + {u'name':'Shockwave Flash', u'enabled':1, u'version':u'10,3,181,4'}, {u'name':'Chrome PDF Viewer', u'enabled':1, u'version':u''}, ] |