Chromium Code Reviews| Index: chrome/test/data/extensions/api_test/webrequest_hosted_app/manifest.json |
| diff --git a/chrome/test/data/extensions/api_test/webrequest_reload/manifest.json b/chrome/test/data/extensions/api_test/webrequest_hosted_app/manifest.json |
| similarity index 57% |
| copy from chrome/test/data/extensions/api_test/webrequest_reload/manifest.json |
| copy to chrome/test/data/extensions/api_test/webrequest_hosted_app/manifest.json |
| index 0498f1b798d8b4c092036dd2ef93d4464f8b5f3d..8af431435b437809bd9e5d7e053be71285a2b7c6 100644 |
| --- a/chrome/test/data/extensions/api_test/webrequest_reload/manifest.json |
| +++ b/chrome/test/data/extensions/api_test/webrequest_hosted_app/manifest.json |
| @@ -1,10 +1,10 @@ |
| { |
| - "name": "WebRequest + incognito = crash", |
| - "incognito":"split", |
| + "name": "webRequest extension", |
| "version": "1", |
|
not at google - send to devlin
2015/09/08 16:09:20
I'm a little confused, the comments in the C++ tes
robwu
2015/09/08 17:19:48
The directory containing the tests is named after
|
| "manifest_version": 2, |
| "background": { |
| - "scripts": ["background.js"] |
| + "scripts": ["background.js"], |
| + "persistent": true |
| }, |
| "permissions": [ |
| "webRequest", |