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

Unified Diff: chrome/test/data/extensions/manifest_tests/background_permission_alias.json

Issue 10829309: Remove background_alias_do_not_use_permission (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: . Created 8 years, 4 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
« no previous file with comments | « chrome/common/extensions/permissions/api_permission.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/manifest_tests/background_permission_alias.json
diff --git a/chrome/test/data/extensions/manifest_tests/background_permission_alias.json b/chrome/test/data/extensions/manifest_tests/background_permission_alias.json
deleted file mode 100644
index e364f4f71ff9f4fd33e8e847dcfad29c76783b68..0000000000000000000000000000000000000000
--- a/chrome/test/data/extensions/manifest_tests/background_permission_alias.json
+++ /dev/null
@@ -1,15 +0,0 @@
-{
- "name": "test",
- "version": "1",
- "app": {
- "urls": [
- "http://www.example.com/"
- ],
- "launch": {
- "web_url": "http://www.example.com/"
- }
- },
- "permissions": [
- "background_alias_do_not_use"
- ]
-}
« no previous file with comments | « chrome/common/extensions/permissions/api_permission.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698