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

Unified Diff: src/org/adblockplus/android/AdblockPlus.java

Issue 29329928: Issue 3297 - Fix issues introduced by recent libadblockplus changes and update dependencies (Closed)
Patch Set: MinSDK and copy'n'paste Created Nov. 20, 2015, 12:19 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: src/org/adblockplus/android/AdblockPlus.java
diff --git a/src/org/adblockplus/android/AdblockPlus.java b/src/org/adblockplus/android/AdblockPlus.java
index 7a5d3dbe62b4aef74f32b4281c5d14eb51ec170b..eb44cc168d2cfc52197f283f200d1f8a151ef807 100755
--- a/src/org/adblockplus/android/AdblockPlus.java
+++ b/src/org/adblockplus/android/AdblockPlus.java
@@ -392,23 +392,6 @@ public class AdblockPlus extends Application
}
/**
- * @return Notification to show for the given URL, {@code null} if none
- * available
- */
- public Notification getNextNotificationToShow(String url)
- {
- return this.abpEngine.getNextNotificationToShow(url);
- }
-
- /**
- * @return Notification to show, {@code null} if none available
- */
- public Notification getNextNotificationToShow()
- {
- return this.abpEngine.getNextNotificationToShow();
- }
-
- /**
* Initiates immediate interactive check for available update.
*/
public void checkUpdates()
« no previous file with comments | « src/org/adblockplus/android/ABPEngine.java ('k') | src/org/adblockplus/android/AndroidShowNotificationCallback.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld