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

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

Issue 8786004: Revert "Restrict extension features based on the extension type." (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years 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/manifest_tests/background_permission.json
diff --git a/chrome/test/data/extensions/manifest_tests/background_permission.json b/chrome/test/data/extensions/manifest_tests/background_permission.json
deleted file mode 100644
index 06be2c3689ae0ea52e8ed2453fb3899915d86dd5..0000000000000000000000000000000000000000
--- a/chrome/test/data/extensions/manifest_tests/background_permission.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "name": "test",
- "version": "1",
- "app": {
- "urls": [
- "http://www.google.com/mail/",
- "http://www.google.com/foobar/"
- ],
- "launch": {
- "web_url": "http://www.google.com/mail/"
- }
- },
- "permissions": [
- "notifications"
- ],
- "background_page": "foo.html"
-}
« no previous file with comments | « chrome/renderer/extensions/app_bindings.cc ('k') | chrome/test/data/extensions/manifest_tests/disallow_hybrid_1.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698