diff options
author | sunandt@google.com <sunandt@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-13 18:49:28 +0000 |
---|---|---|
committer | sunandt@google.com <sunandt@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-13 18:49:28 +0000 |
commit | 552607659967e9df4bebe69bd08e334db3edc9e8 (patch) | |
tree | ee44d91d47b56706d52f5734721f1ffff96e12d5 | |
parent | fc26e9f5c92064da6ceb8da20eb0f823db014bd1 (diff) | |
download | chromium_src-552607659967e9df4bebe69bd08e334db3edc9e8.zip chromium_src-552607659967e9df4bebe69bd08e334db3edc9e8.tar.gz chromium_src-552607659967e9df4bebe69bd08e334db3edc9e8.tar.bz2 |
Changing the flash plugin version
BUG=73902
TEST=plugins_check.PluginsCheck.testPluginsStates
Review URL: http://codereview.chromium.org/6834030
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81450 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 b04b75d..7346fe4 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.3.180.65'}, + {u'name':'Shockwave Flash', u'enabled':1, u'version':u'10.2.154.27'}, {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 03e1fdc..76b5155 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,3,180,65'}, + {u'name':'Shockwave Flash', u'enabled':1, u'version':u'10,2,154,27'}, {u'name':'Chrome PDF Viewer', u'enabled':1, u'version':u''}, ] |