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

Unified Diff: chrome/test/data/extensions/uitest/plugins/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
Index: chrome/test/data/extensions/uitest/plugins/manifest.json
diff --git a/chrome/test/data/extensions/uitest/plugins/manifest.json b/chrome/test/data/extensions/uitest/plugins/manifest.json
index f16f520d13fdc1fc3bbd978d9285554a6c82e939..7fadd044e32c8eb9fc36282d195043fd1e24f35f 100644
--- a/chrome/test/data/extensions/uitest/plugins/manifest.json
+++ b/chrome/test/data/extensions/uitest/plugins/manifest.json
@@ -8,5 +8,10 @@
{"path": "plugin.plugin", "public": true},
{"path": "plugin32.so", "public": true},
{"path": "plugin64.so", "public": true}
- ]
+ ],
+ "requirements": {
+ "plugins": {
+ "npapi": false
+ }
+ }
}

Powered by Google App Engine
This is Rietveld 408576698