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

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

Issue 2062133005: Add a (disabled) test to demonstrate child frame creation race. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: actually disable the test Created 4 years, 6 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/app_window_send_message/manifest.json
diff --git a/chrome/test/data/extensions/platform_apps/hidden_then_shown/manifest.json b/chrome/test/data/extensions/platform_apps/app_window_send_message/manifest.json
similarity index 55%
copy from chrome/test/data/extensions/platform_apps/hidden_then_shown/manifest.json
copy to chrome/test/data/extensions/platform_apps/app_window_send_message/manifest.json
index 59a8a9471bd19e229601c2184e8bc6a5dfcf585d..1d62c993049410ed8ea78940dd8d1972a4e7f408 100644
--- a/chrome/test/data/extensions/platform_apps/hidden_then_shown/manifest.json
+++ b/chrome/test/data/extensions/platform_apps/app_window_send_message/manifest.json
@@ -1,5 +1,5 @@
{
- "name": "Platform App Hidden Then Shown",
+ "name": "Platform App Test: send message to test from chrome.app.window.create callback",
"version": "1",
"manifest_version": 2,
"app": {

Powered by Google App Engine
This is Rietveld 408576698