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

Unified Diff: lib/updater.js

Issue 5653480979038208: Issue 2325 - Add a way to set settings in libadblockplus for FRP and automatic updates (Closed)
Patch Set: Created April 17, 2015, 3:54 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
Index: lib/updater.js
===================================================================
--- a/lib/updater.js
+++ b/lib/updater.js
@@ -47,7 +47,7 @@
function getDownloadables()
{
- yield getDownloadable(false);
+ yield getDownloadable(!!autoupdatesDisabled);
sergei 2015/04/21 12:35:24 I think we should not touch this line because it i
Eric 2015/05/15 19:36:13 Agreed.
}
function onExpirationChange(downloadable)

Powered by Google App Engine
This is Rietveld