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

Unified Diff: chrome/test/data/extensions/manifest_tests/launch_width.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.json
diff --git a/chrome/test/data/extensions/manifest_tests/launch_width.json b/chrome/test/data/extensions/manifest_tests/launch_width.json
index 994d162937ed927f22f82620784fd7218fe02903..46c718cbd1d71c773b32add93c718789539e23b0 100644
--- a/chrome/test/data/extensions/manifest_tests/launch_width.json
+++ b/chrome/test/data/extensions/manifest_tests/launch_width.json
@@ -3,7 +3,7 @@
"version": "1",
"app": {
"launch": {
- "container": "window",
+ "container": "panel",
"width": 640,
"local_path": "bar.html"
}

Powered by Google App Engine
This is Rietveld 408576698