| 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).
|
|
|