diff --git a/chrome/chrome.d.ts b/chrome/chrome.d.ts index 39c53bda86..4fec16c4c7 100644 --- a/chrome/chrome.d.ts +++ b/chrome/chrome.d.ts @@ -610,7 +610,7 @@ declare module chrome.devtools.panels { } interface ExtensionPanel { - createStatusButton(iconPath: string, tooltipText: string, disabled: bool): void; + createStatusButton(iconPath: string, tooltipText: string, disabled: bool): Button; onShown: PanelShownEvent; onHidden: PanelHiddenEvent; onSearch: PanelSearchEvent;