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

Unified Diff: include.postload.js

Issue 6528746257383424: Issue 1708 - Integrate first-run page changes in Chrome/Opera/Safari (Closed)
Patch Set: Rebased Created Dec. 19, 2014, 8:09 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 | « ext/background.js ('k') | metadata.common » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include.postload.js
===================================================================
--- a/include.postload.js
+++ b/include.postload.js
@@ -719,17 +719,14 @@ if ("ext" in window && document instance
{
// Explicitly get rid of currentElement
var element = currentElement.prisoner || currentElement;
if (element && element.parentNode)
element.parentNode.removeChild(element);
}
clickHide_deactivate();
break;
- default:
- sendResponse({});
- break;
}
});
if (window == window.top)
ext.backgroundPage.sendMessage({type: "report-html-page"});
}
« no previous file with comments | « ext/background.js ('k') | metadata.common » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld