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

Unified Diff: background.js

Issue 29567743: Issue 5835 - Add some notification related message handlers (Closed)
Patch Set: Addressed nits Created Oct. 9, 2017, 11:12 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 | « no previous file | messageResponder.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: background.js
diff --git a/background.js b/background.js
index f7af936b90bafd166bcb789a04df024132701578..fb2da981953782311906af2f30798a84e0ab5ef3 100644
--- a/background.js
+++ b/background.js
@@ -140,6 +140,16 @@
}
};
+ modules.notificationHelper = {
+ getActiveNotification()
+ {
+ },
+ shouldDisplay()
+ {
+ return true;
+ }
+ };
+
let subscriptionServer = "https://easylist-downloads.adblockplus.org";
let subscriptionDetails = {
[`${subscriptionServer}/easylistgermany+easylist.txt`]: {
« no previous file with comments | « no previous file | messageResponder.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld