File tree Expand file tree Collapse file tree 1 file changed +0
-26
lines changed
Expand file tree Collapse file tree 1 file changed +0
-26
lines changed Original file line number Diff line number Diff line change @@ -9796,32 +9796,6 @@ declare namespace chrome {
97969796 export function updateContentScripts(scripts: RegisteredContentScript[], callback: () => void): void;
97979797 }
97989798
9799- ////////////////////
9800- // Script Badge
9801- ////////////////////
9802- export namespace scriptBadge {
9803- export interface GetPopupDetails {
9804- tabId: number;
9805- }
9806-
9807- export interface AttentionDetails {
9808- tabId: number;
9809- }
9810-
9811- export interface SetPopupDetails {
9812- tabId: number;
9813- popup: string;
9814- }
9815-
9816- export interface ScriptBadgeClickedEvent extends chrome.events.Event<(tab: chrome.tabs.Tab) => void> {}
9817-
9818- export function getPopup(details: GetPopupDetails, callback: Function): void;
9819- export function getAttention(details: AttentionDetails): void;
9820- export function setPopup(details: SetPopupDetails): void;
9821-
9822- export var onClicked: ScriptBadgeClickedEvent;
9823- }
9824-
98259799 ////////////////////
98269800 // Sessions
98279801 ////////////////////
You can’t perform that action at this time.
0 commit comments