Merge branch 'master' of github.com:bitwarden/browser

This commit is contained in:
Kyle Spearrin 2019-08-20 13:42:24 -04:00
commit 545e92ca2e
1 changed files with 0 additions and 8 deletions

View File

@ -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