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

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

Issue 875273003: Hidden windows should not keep Chrome alive. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Actually fix the ASAN issue. Created 5 years, 10 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/hidden_then_shown/manifest.json
diff --git a/chrome/test/data/extensions/platform_apps/restart_test/manifest.json b/chrome/test/data/extensions/platform_apps/hidden_then_shown/manifest.json
similarity index 72%
copy from chrome/test/data/extensions/platform_apps/restart_test/manifest.json
copy to chrome/test/data/extensions/platform_apps/hidden_then_shown/manifest.json
index 3cdb0498bd054525ec432579a2491bbacb56e8d8..59a8a9471bd19e229601c2184e8bc6a5dfcf585d 100644
--- a/chrome/test/data/extensions/platform_apps/restart_test/manifest.json
+++ b/chrome/test/data/extensions/platform_apps/hidden_then_shown/manifest.json
@@ -1,5 +1,5 @@
{
- "name": "Platform App Restart Test",
+ "name": "Platform App Hidden Then Shown",
"version": "1",
"manifest_version": 2,
"app": {

Powered by Google App Engine
This is Rietveld 408576698