Skip to content

Commit a81e701

Browse files
authored
Remove reportAbuse/abuseReportPanelEnabled from the mozAddonManager type (#12969)
1 parent 42aeced commit a81e701

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/amo/addonManager.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,9 @@ type FirefoxAddon = {|
3131
|};
3232

3333
export type MozAddonManagerType = {|
34-
abuseReportPanelEnabled?: boolean,
3534
addEventListener: (eventName: string, handler: Function) => void,
3635
createInstall: ({| url: string, hash?: string | null |}) => Promise<any>,
3736
getAddonByID: (guid: string) => Promise<FirefoxAddon>,
38-
reportAbuse?: (addonId: string) => Promise<boolean>,
3937
|};
4038

4139
type PrivilegedNavigatorType = {|

0 commit comments

Comments
 (0)