Index: chrome/ext/background.js |
diff --git a/chrome/ext/background.js b/chrome/ext/background.js |
index 7dbcf02812944155504a9a0b377d1476eb4f295a..718585dc34d471779ca85579faa15eac8f3d0ee3 100644 |
--- a/chrome/ext/background.js |
+++ b/chrome/ext/background.js |
@@ -129,8 +129,6 @@ |
{ |
let page = new Page({id: tabId, url: url}); |
- ext._removeFromAllPageMaps(tabId); |
kzar
2017/01/18 08:12:09
I can't see why to remove the tabId from the pageM
Sebastian Noack
2017/01/18 11:58:31
The Page and PageMap objects abstract the concept
|
- |
chrome.tabs.get(tabId, function() |
{ |
// If the tab is prerendered, chrome.tabs.get() sets |