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

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

Issue 1862513003: Remove NPAPI from browser and utility (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 8 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
deleted file mode 100644
index 7fadd044e32c8eb9fc36282d195043fd1e24f35f..0000000000000000000000000000000000000000
--- a/chrome/test/data/extensions/uitest/plugins/manifest.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "version": "1.0.0.0",
- "manifest_version": 2,
- "name": "NPAPI plugin test",
- "description": "An extension for an extension UITest.",
- "plugins": [
- {"path": "plugin.dll", "public": true},
- {"path": "plugin.plugin", "public": true},
- {"path": "plugin32.so", "public": true},
- {"path": "plugin64.so", "public": true}
- ],
- "requirements": {
- "plugins": {
- "npapi": false
- }
- }
-}
« no previous file with comments | « chrome/test/data/extensions/uitest/plugins/README ('k') | chrome/test/data/extensions/uitest/plugins/plugin.dll » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698