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

Unified Diff: chrome/test/data/extensions/platform_apps/apps_only/manifest.json

Issue 49333004: Make app APIs implicit within _api_features.json not _permission_features.json. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: delete component extension granting Created 7 years, 2 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/platform_apps/apps_only/manifest.json
diff --git a/chrome/test/data/extensions/platform_apps/apps_only/manifest.json b/chrome/test/data/extensions/platform_apps/apps_only/manifest.json
index 72723739c3c3d66057b1c39199d9a12bdd01f3b7..286c4f1f711b765bc9391224fb575d9dbdc58bfc 100644
--- a/chrome/test/data/extensions/platform_apps/apps_only/manifest.json
+++ b/chrome/test/data/extensions/platform_apps/apps_only/manifest.json
@@ -2,9 +2,6 @@
"name": "Extension for testing that apps-only things are blocked",
"version": "0.5",
"manifest_version": 2,
- "permissions": [
- "app.window"
- ],
"background": {
"scripts": ["background.js"]
}

Powered by Google App Engine
This is Rietveld 408576698