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

Unified Diff: chrome/test/data/extensions/api_test/cross_origin_xhr/all_urls/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/api_test/cross_origin_xhr/all_urls/manifest.json
diff --git a/chrome/test/data/extensions/api_test/cross_origin_xhr/all_urls/manifest.json b/chrome/test/data/extensions/api_test/cross_origin_xhr/all_urls/manifest.json
index 047cba99d9d7c4c70cb9bef46a90cdda99e8051f..cd1abceb9c43a65b7019d3de0e8b1f4d96fda469 100644
--- a/chrome/test/data/extensions/api_test/cross_origin_xhr/all_urls/manifest.json
+++ b/chrome/test/data/extensions/api_test/cross_origin_xhr/all_urls/manifest.json
@@ -14,5 +14,10 @@
"permissions": [ "<all_urls>" ],
"plugins": [
{"path": "plugin.dll", "public": true}
- ]
+ ],
+ "requirements": {
+ "plugins": {
+ "npapi": false
+ }
+ }
}

Powered by Google App Engine
This is Rietveld 408576698