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

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

Issue 10982037: Revert 158217 - 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: 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
===================================================================
--- chrome/test/data/extensions/uitest/plugins/manifest.json (revision 158694)
+++ chrome/test/data/extensions/uitest/plugins/manifest.json (working copy)
@@ -8,10 +8,5 @@
{"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