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

Unified Diff: lib/prefs.js

Issue 29317074: Issue 2693 - Update adblockplus dependency (Closed)
Patch Set: rebase Created July 2, 2015, 1:37 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 | « lib/notificationShowRegistration.js ('k') | libadblockplus.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/prefs.js
diff --git a/lib/prefs.js b/lib/prefs.js
index 6bf082bd1a1fc73ba359e2cb243629573ec9e2fb..fe8451afafd9e8871f7d7de4c1593fd7c7083614 100644
--- a/lib/prefs.js
+++ b/lib/prefs.js
@@ -43,7 +43,8 @@ let defaults = {
notificationdata: {},
notificationurl: "https://notification.adblockplus.org/notification.json",
suppress_first_run_page: false,
- disable_auto_updates: false
+ disable_auto_updates: false,
+ notifications_ignoredcategories: [],
};
let preconfigurable = ["suppress_first_run_page", "disable_auto_updates"];
« no previous file with comments | « lib/notificationShowRegistration.js ('k') | libadblockplus.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld