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

Unified Diff: chrome/test/data/extensions/pending_updates_with_imports/Preferences

Issue 22407017: Remove whitelist restriction for Shared Modules on dev channel. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix unit test + rebase Created 7 years, 4 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/renderer/chrome_content_renderer_client.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/pending_updates_with_imports/Preferences
diff --git a/chrome/test/data/extensions/pending_updates_with_imports/Preferences b/chrome/test/data/extensions/pending_updates_with_imports/Preferences
index 73d32da136ecd5ae492db07ed7ef090200d2afd7..f51251aaa2a8e2fb57cfef21fd9c14aee2c42e50 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"
}
« no previous file with comments | « chrome/renderer/chrome_content_renderer_client.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698