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

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

Issue 5431458994847744: Automatically enable acceptable ads and notify the user about it (Closed)
Patch Set: Created Nov. 26, 2013, 10:39 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
Index: src/org/adblockplus/android/ABPEngine.java
===================================================================
--- a/src/org/adblockplus/android/ABPEngine.java
+++ b/src/org/adblockplus/android/ABPEngine.java
@@ -94,6 +94,10 @@
public native String getDocumentationLink();
+ public native void setNotifiedAboutAcceptableAds(boolean notified);
+
+ public native boolean isNotifiedAboutAcceptableAds();
+
public native boolean matches(String url, String contentType, String documentUrl);
public native String[] getSelectorsForDomain(String domain);

Powered by Google App Engine
This is Rietveld