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

Unified Diff: lib/api.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 | « include/AdblockPlus/FilterEngine.h ('k') | lib/notificationShowRegistration.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/api.js
diff --git a/lib/api.js b/lib/api.js
index 03f135cd69a00513cd86162b0e4d521e83083814..4dfa30db1cb1d43e22fe5e209b5680338f6d5471 100644
--- a/lib/api.js
+++ b/lib/api.js
@@ -137,9 +137,9 @@ var API = (function()
return result;
},
- getNextNotificationToShow: function(url)
+ showNextNotification: function(url)
{
- return Notification.getNextToShow(url);
+ Notification.showNext(url);
},
getNotificationTexts: function(notification)
« no previous file with comments | « include/AdblockPlus/FilterEngine.h ('k') | lib/notificationShowRegistration.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld