mirror of
https://github.com/bitwarden/browser
synced 2025-01-21 08:47:52 +01:00
remove unused function
This commit is contained in:
parent
80314e766f
commit
9475de3971
@ -356,14 +356,6 @@ export default class MainBackground {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
sendInternalRuntimeMessage(message: any) {
|
|
||||||
if (!this.isSafari) {
|
|
||||||
throw new Error('Only safari can send internal runtime messages.');
|
|
||||||
}
|
|
||||||
|
|
||||||
this.runtimeBackground.processMessage(message, { tab: null }, () => { /* No response needed. */ });
|
|
||||||
}
|
|
||||||
|
|
||||||
async openPopup() {
|
async openPopup() {
|
||||||
// Chrome APIs cannot open popup
|
// Chrome APIs cannot open popup
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user