diff options
author | nirnimesh@chromium.org <nirnimesh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-03 19:46:30 +0000 |
---|---|---|
committer | nirnimesh@chromium.org <nirnimesh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-03 19:46:30 +0000 |
commit | 7ffd338dcfa213917e14b8ee455ed71d65d859a1 (patch) | |
tree | 276c81159ab11d95022087c5f25f841560a57688 | |
parent | c80ed0f6e14279cc250d7111a81b95970aaa2e15 (diff) | |
download | chromium_src-7ffd338dcfa213917e14b8ee455ed71d65d859a1.zip chromium_src-7ffd338dcfa213917e14b8ee455ed71d65d859a1.tar.gz chromium_src-7ffd338dcfa213917e14b8ee455ed71d65d859a1.tar.bz2 |
Bring back the O3D plugin to the list of expectations on chromeos
R=krisr@chromium.org
BUG=25773
TEST=
Review URL: https://chromiumcodereview.appspot.com/9316089
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120367 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/test/data/chromeos_plugins_list.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/test/data/chromeos_plugins_list.txt b/chrome/test/data/chromeos_plugins_list.txt index 86349e19..170b2b9 100644 --- a/chrome/test/data/chromeos_plugins_list.txt +++ b/chrome/test/data/chromeos_plugins_list.txt @@ -34,6 +34,11 @@ }, { u'boards': ['x86-mario', 'x86-alex', 'x86-zgb', 'stumpy', 'lumpy'], u'enabled': 1, + u'name': 'O3D Plugin', + u'version': u'' + }, { + u'boards': ['x86-mario', 'x86-alex', 'x86-zgb', 'stumpy', 'lumpy'], + u'enabled': 1, u'name': 'Native Client', u'version': u'' }, |