(tabId, frameId, tabRemoved)
| 723 | } |
| 724 | |
| 725 | function clearFrameData(tabId, frameId, tabRemoved) { |
| 726 | clearRequestsByTabId(tabId, frameId); |
| 727 | clearValueOpener(tabId, frameId); |
| 728 | clearNotifications(tabId, frameId, tabRemoved); |
| 729 | } |
| 730 | |
| 731 | function sendPopupShown(tabId, frameDoc) { |
| 732 | setTimeout(sendTabCmd, 0, tabId, 'PopupShown', true, getFrameDocIdAsObj(frameDoc)); |
no test coverage detected