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

Unified Diff: chrome/test/data/extensions/api_test/chrome_auth_private/installed_app/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/chrome_auth_private/installed_app/manifest.json
diff --git a/chrome/test/data/extensions/api_test/chrome_auth_private/installed_app/manifest.json b/chrome/test/data/extensions/api_test/chrome_auth_private/installed_app/manifest.json
deleted file mode 100644
index 50d9768510b4b92b7f8901aabd0f3511a57d4564..0000000000000000000000000000000000000000
--- a/chrome/test/data/extensions/api_test/chrome_auth_private/installed_app/manifest.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "name": "Cloud Print Installed App",
- "version": "0.1",
- "manifest_version": 2,
- "description": "Cloud Print Installed App Test For Failure",
- "background": {
- "page": "background.html"
- },
- "permissions": [
- "chromeAuthPrivate"
- ]
-}

Powered by Google App Engine
This is Rietveld 408576698