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

Unified Diff: lib/child/main.js

Issue 29338861: Issue 3851 - Implement subscribe link handling via process scripts (Closed)
Patch Set: Added guard and removed dead code Created April 18, 2016, 3:36 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 | « no previous file | lib/child/subscribeLinks.js » ('j') | lib/child/subscribeLinks.js » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/child/main.js
===================================================================
--- a/lib/child/main.js
+++ b/lib/child/main.js
@@ -15,8 +15,9 @@
* along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>.
*/
require("child/elemHide");
require("child/contentPolicy");
require("child/contextMenu");
require("child/dataCollector");
require("child/cssProperties");
+require("child/subscribeLinks");
« no previous file with comments | « no previous file | lib/child/subscribeLinks.js » ('j') | lib/child/subscribeLinks.js » ('J')

Powered by Google App Engine
This is Rietveld