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

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

Issue 8654001: Reland 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/disallow_hybrid_1.json
diff --git a/chrome/test/data/extensions/manifest_tests/disallow_hybrid_1.json b/chrome/test/data/extensions/manifest_tests/disallow_hybrid_1.json
deleted file mode 100644
index 3ec899f0a44427f884658e5f53f162f954f9cc1f..0000000000000000000000000000000000000000
--- a/chrome/test/data/extensions/manifest_tests/disallow_hybrid_1.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"
- ],
- "browser_action": {}
-}

Powered by Google App Engine
This is Rietveld 408576698