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

Unified Diff: chrome/test/data/extensions/platform_apps/restart_test/manifest.json

Issue 10875027: Restart running apps when chrome restarts. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 2 months 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/platform_apps/restart_test/manifest.json
diff --git a/chrome/test/data/extensions/platform_apps/browser_tag_isolation/manifest.json b/chrome/test/data/extensions/platform_apps/restart_test/manifest.json
similarity index 58%
copy from chrome/test/data/extensions/platform_apps/browser_tag_isolation/manifest.json
copy to chrome/test/data/extensions/platform_apps/restart_test/manifest.json
index 98d3d3cf8d48c0dc7e1c698a0f8dc36a5c8ffd41..3cdb0498bd054525ec432579a2491bbacb56e8d8 100644
--- a/chrome/test/data/extensions/platform_apps/browser_tag_isolation/manifest.json
+++ b/chrome/test/data/extensions/platform_apps/restart_test/manifest.json
@@ -1,6 +1,7 @@
{
- "name": "Platform App Test: browser tag isolation",
+ "name": "Platform App Restart Test",
"version": "1",
+ "manifest_version": 2,
"app": {
"background": {
"scripts": ["test.js"]
« no previous file with comments | « chrome/common/extensions/api/app_runtime.idl ('k') | chrome/test/data/extensions/platform_apps/restart_test/test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698