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

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,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
}
}
},
« no previous file with comments | « chrome/browser/ui/views/infobars/extension_infobar.cc ('k') | chrome/common/extensions/docs/experimental.infobars.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698