| Index: chrome/test/data/extensions/api_test/runtime/restartOnWatchdog/manifest.json
|
| diff --git a/chrome/test/data/extensions/api_test/messaging/background_only/manifest.json b/chrome/test/data/extensions/api_test/runtime/restartOnWatchdog/manifest.json
|
| similarity index 63%
|
| copy from chrome/test/data/extensions/api_test/messaging/background_only/manifest.json
|
| copy to chrome/test/data/extensions/api_test/runtime/restartOnWatchdog/manifest.json
|
| index 77052105ef657bfb486bf95dfe5eeb5416977da4..5450cc54c28f3d31a8e357af686fdc4d20150f19 100644
|
| --- a/chrome/test/data/extensions/api_test/messaging/background_only/manifest.json
|
| +++ b/chrome/test/data/extensions/api_test/runtime/restartOnWatchdog/manifest.json
|
| @@ -1,7 +1,7 @@
|
| {
|
| - "name": "background-only messaging",
|
| - "manifest_version": 2,
|
| + "name": "chrome.runtime.restartOnWatchdog API Test",
|
| "version": "1",
|
| + "manifest_version": 2,
|
| "background": {
|
| "scripts": ["test.js"]
|
| }
|
|
|