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

Unified Diff: chrome/test/data/extensions/api_test/get_views/test.js

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/test/data/extensions/api_test/get_views/test.js
===================================================================
--- chrome/test/data/extensions/api_test/get_views/test.js (revision 96544)
+++ chrome/test/data/extensions/api_test/get_views/test.js (working copy)
@@ -44,7 +44,8 @@
// Show an infobar.
chrome.experimental.infobars.show({tabId: windows[0].tabs[0].id,
- "path": "infobar.html"},
+ "path": "infobar.html",
+ "height": 36},
function(window) {
assertTrue(window.id > 0);
// The infobar will call back to us through infobarCallback (above).

Powered by Google App Engine
This is Rietveld 408576698