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

Unified Diff: chrome/test/data/extensions/manifest_tests/launch_width_negative.json

Issue 3125031: Remove launch.container='window'. (Closed) Base URL: git://codf21.jail/chromium.git
Patch Set: Created 10 years, 4 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/manifest_tests/launch_width_negative.json
diff --git a/chrome/test/data/extensions/manifest_tests/launch_width_negative.json b/chrome/test/data/extensions/manifest_tests/launch_width_negative.json
index e606871276abfbbf2fc01bce5b044445e50cd95a..d4d7cdf2483702b486d746de8f4b7432bbc69533 100644
--- a/chrome/test/data/extensions/manifest_tests/launch_width_negative.json
+++ b/chrome/test/data/extensions/manifest_tests/launch_width_negative.json
@@ -3,7 +3,7 @@
"version": "1",
"app": {
"launch": {
- "container": "window",
+ "container": "panel",
"width": -1,
"local_path": "bar.html"
}

Powered by Google App Engine
This is Rietveld 408576698