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

Unified Diff: chrome/test/data/extensions/manifest_tests/disallow_hybrid_1.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/disallow_hybrid_1.json
diff --git a/chrome/test/data/extensions/manifest_tests/background_permission.json b/chrome/test/data/extensions/manifest_tests/disallow_hybrid_1.json
similarity index 89%
copy from chrome/test/data/extensions/manifest_tests/background_permission.json
copy to chrome/test/data/extensions/manifest_tests/disallow_hybrid_1.json
index 06be2c3689ae0ea52e8ed2453fb3899915d86dd5..3ec899f0a44427f884658e5f53f162f954f9cc1f 100644
--- a/chrome/test/data/extensions/manifest_tests/background_permission.json
+++ b/chrome/test/data/extensions/manifest_tests/disallow_hybrid_1.json
@@ -13,5 +13,5 @@
"permissions": [
"notifications"
],
- "background_page": "foo.html"
+ "browser_action": {}
}

Powered by Google App Engine
This is Rietveld 408576698