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

Unified Diff: lib/prefs.js

Issue 11161031: Show notifications on startup (Chrome) (Closed)
Patch Set: Address issue from the Firefox review Created July 20, 2013, 10:51 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
Index: lib/prefs.js
===================================================================
--- a/lib/prefs.js
+++ b/lib/prefs.js
@@ -33,6 +33,7 @@
subscriptions_autoupdate: true,
subscriptions_exceptionsurl: "https://easylist-downloads.adblockplus.org/exceptionrules.txt",
documentation_link: "https://adblockplus.org/redirect?link=%LINK%&lang=%LANG%",
+ notificationdata: {}
Wladimir Palant 2013/07/21 11:15:30 What about notificationurl?
Felix Dahlke 2013/07/22 12:30:15 Done.
};
let listeners = [];

Powered by Google App Engine
This is Rietveld