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

Unified Diff: lib/prefs.js

Issue 29613772: Issue 6042 - Introduce ui_warn_tracking boolean preference and updated adbockplusui dependency to... (Closed)
Patch Set: Updated the dependency of adblockplusui Created Nov. 22, 2017, 10:47 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
« no previous file with comments | « dependencies ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/prefs.js
===================================================================
--- a/lib/prefs.js
+++ b/lib/prefs.js
@@ -153,6 +153,14 @@
defaults.notifications_showui = false;
/**
+ * Whether to show tracking warning in options page when both
+ * Acceptable Ads and subscription of type "Privacy" are enabled.
+ *
+ * @type {boolean}
+ */
+defaults.ui_warn_tracking = true;
+
+/**
* Determines whether data has been cleaned up after upgrading from the legacy
* extension on Firefox.
*
« no previous file with comments | « dependencies ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld