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

Unified Diff: chrome/common/extensions/api/extension_api.json

Issue 7635019: Set Extension Infobars to have a fixed height determined by the developer (clamped to sane min an... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 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/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,13 @@
"path": {
"type": "string",
"description": "The html file that contains the infobar."
+ },
+ "height": {
+ "type": "integer",
+ "description": "The height (in pixels) of the infobar to show. If omitted, the default infobar height will be used.",
+ "optional": true,
+ "minimum": 0,
+ "maximum": 72
}
}
},

Powered by Google App Engine
This is Rietveld 408576698