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

Unified Diff: chrome/test/data/extensions/api_test/terminal/no_permission/manifest.json

Issue 9317013: Add a centralized mechanism for whitelisting access to extension permissions. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: . Created 8 years, 10 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/terminal/no_permission/manifest.json
diff --git a/chrome/test/data/extensions/api_test/terminal/no_permission/manifest.json b/chrome/test/data/extensions/api_test/terminal/no_permission/manifest.json
deleted file mode 100644
index 812f991482342dce762d1e4f5cf31af4b5fab81f..0000000000000000000000000000000000000000
--- a/chrome/test/data/extensions/api_test/terminal/no_permission/manifest.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "name": "chrome.terminalPrivate.apitest.permissions",
- "version": "0.1",
- "description": "Test that non-component extension cannot use the terminalPrivateApi.",
- "background": {
- "scripts": ["test.js"]
- },
- "permissions": ["terminalPrivate"]
-}

Powered by Google App Engine
This is Rietveld 408576698