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

Unified Diff: lib/prefs.js

Issue 5797488346791936: Issue 1107 - Support notifications (Closed)
Patch Set: fix comment Created Jan. 23, 2015, 3:56 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/api.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 4705ba02603ec1ce256c6b7bc3b0ea13b7be80c0..a62cb6f5ba9df2f51e3123cd45b83e5f51099346 100644
--- a/lib/prefs.js
+++ b/lib/prefs.js
@@ -39,7 +39,9 @@ let defaults = {
update_last_error: 0,
update_soft_expiration: 0,
update_hard_expiration: 0,
- currentVersion: "0.0"
+ currentVersion: "0.0",
+ notificationdata: {},
+ notificationurl: "https://notification.adblockplus.org/notification.json"
};
let values = Object.create(defaults);
« no previous file with comments | « lib/api.js ('k') | libadblockplus.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld