| 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": {}
|
| }
|
|
|