Index: chrome/common/extensions/api/extension_api.json |
=================================================================== |
--- chrome/common/extensions/api/extension_api.json (revision 96544) |
+++ chrome/common/extensions/api/extension_api.json (working copy) |
@@ -2162,6 +2162,12 @@ |
"path": { |
"type": "string", |
"description": "The html file that contains the infobar." |
+ }, |
+ "height": { |
+ "type": "integer", |
+ "description": "The height (in pixels) of the infobar to show. A value of 0 means: use default infobar height.", |
asargent_no_longer_on_chrome
2011/08/15 17:23:22
I don't understand why we want to make the propert
Finnur
2011/08/15 19:05:25
Yeah, it is platform dependent. But making it opti
|
+ "minimum": 0, |
+ "maximum": 72 |
} |
} |
}, |