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

Unified Diff: lib/whitelisting.js

Issue 29362203: Issue 4599 - Update the page structure more eagerly (Closed)
Patch Set: Created Nov. 10, 2016, 3:16 p.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 | « chrome/ext/background.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/whitelisting.js
diff --git a/lib/whitelisting.js b/lib/whitelisting.js
index 3283952bf860f7db1d853941ef76643db4a8862c..d531f6bd0e6c69daa340411e4926e4b4ad3b5a76 100644
--- a/lib/whitelisting.js
+++ b/lib/whitelisting.js
@@ -185,7 +185,8 @@ function onHeadersReceived(details)
// to happen until the onCommitted event fires. Unfortunately if we want
// sitekey whitelisting to work for requests made before onCommitted has
// been fired we must update the page structure now anyway.
- ext._updatePageFrameStructure(details.frameId, details.tabId, details.url, true);
+ ext._updatePageFrameStructure(details.frameId, details.tabId,
+ details.url, true);
recordKey(key, page, url);
break;
}
« no previous file with comments | « chrome/ext/background.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld