1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
7 "namespace": "infobars",
8 "description": "Use the <code>chrome.infobars</code> API to add a horizontal panel just above a tab's contents. See the screenshot below.",
10 "implemented_in": "chrome/browser/infobars/infobar_extension_api.h"
17 "description": "Shows an infobar in the specified tab. The infobar will be closed automatically when the tab navigates. Use window.close() to close the infobar before then.",
25 "description": "The tab id for the tab to display the infobar in."
29 "description": "The html file that contains the infobar."
33 "description": "The height (in pixels) of the infobar to show. If omitted, the default infobar height will be used.",
46 "name": "window", "$ref": "windows.Window", "description": "Contains details about the window in which the infobar was created."