Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

Commit 99351dc

Browse files
jryansjasonLaster
authored andcommitted
Remove references to listTabs API (#5768)
1 parent 672f0e4 commit 99351dc

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

src/client/firefox/types.js

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -196,23 +196,6 @@ export type TabPayload = {
196196
webglActor: ActorId
197197
};
198198

199-
/**
200-
* Response from the `listTabs` function call
201-
* @memberof firefox
202-
* @static
203-
*/
204-
export type ListTabsResponse = {
205-
actorRegistryActor: ActorId,
206-
addonsActor: ActorId,
207-
deviceActor: ActorId,
208-
directorRegistryActor: ActorId,
209-
from: string,
210-
heapSnapshotFileActor: ActorId,
211-
preferenceActor: ActorId,
212-
selected: number,
213-
tabs: TabPayload[]
214-
};
215-
216199
/**
217200
* Actions
218201
* @memberof firefox
@@ -269,7 +252,6 @@ export type DebuggerClient = {
269252
traits: any
270253
},
271254
connect: () => Promise<*>,
272-
listTabs: () => Promise<*>,
273255
request: (packet: Object) => Promise<*>
274256
};
275257

0 commit comments

Comments
 (0)