Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: chrome/ext/background.js

Issue 29372398: Issue 4804 - Avoid trashing pagemaps prematurely (Closed)
Patch Set: Created Jan. 18, 2017, 8:08 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld