()
| 243 | } |
| 244 | |
| 245 | function closeWindow() { |
| 246 | var message = { |
| 247 | message: commands.MG_CLOSE_WINDOW, |
| 248 | args: {} |
| 249 | }; |
| 250 | |
| 251 | window.chrome.webview.postMessage(message); |
| 252 | } |
| 253 | |
| 254 | // Show active tab's URI in the address bar |
| 255 | function updateURI() { |
no outgoing calls
no test coverage detected