The PDF Viewer will always be rendered directly from the extension,
so checking "origin == chrome-extension:/.." is not needed any more.
( since edd4bae903 )
@ -1564,18 +1564,14 @@ var DocumentOutlineView = function documentOutlineView(outline) {
@@ -1564,18 +1564,14 @@ var DocumentOutlineView = function documentOutlineView(outline) {
//(function rewriteUrlClosure() {
// // Run this code outside DOMContentLoaded to make sure that the URL
// // is rewritten as soon as possible.
// if (location.origin + '/' !== chrome.extension.getURL('/')) {