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

Unified Diff: chrome/test/data/extensions/uitest/plugins_private/manifest.json

Issue 10949017: Allow extensions which can run without NPAPI to run under Windows 8 Metro. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Patch cross-origin-XHR all-URLs test for ChromeOS. Created 8 years, 3 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/test/data/extensions/uitest/plugins/manifest.json ('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/uitest/plugins_private/manifest.json
diff --git a/chrome/test/data/extensions/uitest/plugins_private/manifest.json b/chrome/test/data/extensions/uitest/plugins_private/manifest.json
index e24be58e717608d7f936950d8ee3d3a0f72b947c..a47bb06cc121de1d1f0d3de8946abcaace19b65e 100644
--- a/chrome/test/data/extensions/uitest/plugins_private/manifest.json
+++ b/chrome/test/data/extensions/uitest/plugins_private/manifest.json
@@ -8,5 +8,10 @@
{"path": "plugin.plugin"},
{"path": "plugin32.so"},
{"path": "plugin64.so"}
- ]
+ ],
+ "requirements": {
+ "plugins": {
+ "npapi": false
+ }
+ }
}
« no previous file with comments | « chrome/test/data/extensions/uitest/plugins/manifest.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698