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

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

Issue 9452008: Allow platform apps to specify a maximum size for the shell container. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: missing file Created 8 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
« no previous file with comments | « chrome/common/extensions/extension_manifests_unittest.cc ('k') | ui/views/view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/manifest_tests/launch_container_invalid_size_constraints.json
diff --git a/chrome/test/data/extensions/manifest_tests/launch_container_invalid_size_constraints.json b/chrome/test/data/extensions/manifest_tests/launch_container_invalid_size_constraints.json
new file mode 100644
index 0000000000000000000000000000000000000000..f310552923ce5546e269cdb1061fac9fab33e6a3
--- /dev/null
+++ b/chrome/test/data/extensions/manifest_tests/launch_container_invalid_size_constraints.json
@@ -0,0 +1,15 @@
+{
+ "name": "test",
+ "version": "1",
+ "platform_app": true,
+ "app": {
+ "launch": {
+ "container": "shell",
+ "local_path": "hot.html",
+ "width": 250,
+ "height": 250,
+ "min_width": 100,
+ "max_width": 50
+ }
+ }
+}
« no previous file with comments | « chrome/common/extensions/extension_manifests_unittest.cc ('k') | ui/views/view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698