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

Unified Diff: lib/notificationHelper.js

Issue 29367157: Issue 4680 - Fixed regression with showOptions callback (Closed)
Patch Set: Created Dec. 9, 2016, 10:04 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
« chrome/ext/background.js ('K') | « chrome/ext/background.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/notificationHelper.js
diff --git a/lib/notificationHelper.js b/lib/notificationHelper.js
index 385614a351d505b1f665d9eb42ad484d47585f74..4b7dbc36db4293104af3038f838cd5fd664c47fc 100644
--- a/lib/notificationHelper.js
+++ b/lib/notificationHelper.js
@@ -22,6 +22,7 @@ let {Utils} = require("utils");
let {Notification: NotificationStorage} = require("notification");
let {stringifyURL} = require("url");
let {initAntiAdblockNotification} = require("antiadblockInit");
+let {Prefs} = require("prefs");
kzar 2016/12/09 10:08:21 (Turns out this didn't work anyway, Prefs was unde
let activeNotification = null;
let activeButtons = null;
« chrome/ext/background.js ('K') | « chrome/ext/background.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld