diff options
author | elijahtaylor@chromium.org <elijahtaylor@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-12 23:13:42 +0000 |
---|---|---|
committer | elijahtaylor@chromium.org <elijahtaylor@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-12 23:13:42 +0000 |
commit | 3f6fca2351359a6656b6a5ce018e83f08b582a0e (patch) | |
tree | d9b9242ca03e1d428681b201cf7a93157fe344ea /chrome/test | |
parent | d0cf4548b7f4b052d1dbe2c9f7468ce16e39f772 (diff) | |
download | chromium_src-3f6fca2351359a6656b6a5ce018e83f08b582a0e.zip chromium_src-3f6fca2351359a6656b6a5ce018e83f08b582a0e.tar.gz chromium_src-3f6fca2351359a6656b6a5ce018e83f08b582a0e.tar.bz2 |
Remove whitelist restriction for Shared Modules on dev channel.
Add another extension to the whitelist for Shared Modules on stable and
supporting Pepper interfaces
BUG=234789
Review URL: https://chromiumcodereview.appspot.com/22407017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217112 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test')
-rw-r--r-- | chrome/test/data/extensions/pending_updates_with_imports/Preferences | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/chrome/test/data/extensions/pending_updates_with_imports/Preferences b/chrome/test/data/extensions/pending_updates_with_imports/Preferences index 73d32da..f51251a 100644 --- a/chrome/test/data/extensions/pending_updates_with_imports/Preferences +++ b/chrome/test/data/extensions/pending_updates_with_imports/Preferences @@ -35,9 +35,11 @@ "version": "2", "manifest_version": 2, "name": "My extension 2", - "export": [ - "*" - ], + "export": { + "resources": [ + "*" + ] + }, "background": { "page": "background.html" } |