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

Unified Diff: libadblockplus-android/src/org/adblockplus/libadblockplus/JsEngine.java

Issue 29453616: Issue 5286 - Update to use libadblockplus rev. b88d098aeab5 (Closed) Base URL: github.com:abby-sergz/libadblockplus-android.git
Patch Set: add missed dependencies Created June 2, 2017, 1:45 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 | « libadblockplus-android/jni/JniWebRequest.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libadblockplus-android/src/org/adblockplus/libadblockplus/JsEngine.java
diff --git a/libadblockplus-android/src/org/adblockplus/libadblockplus/JsEngine.java b/libadblockplus-android/src/org/adblockplus/libadblockplus/JsEngine.java
index 3b806122759d8dd8b2d496868bbf401703cf0a1b..24f32401044e1d68dd02238e28aed6a78845c4f4 100644
--- a/libadblockplus-android/src/org/adblockplus/libadblockplus/JsEngine.java
+++ b/libadblockplus-android/src/org/adblockplus/libadblockplus/JsEngine.java
@@ -93,11 +93,6 @@ public final class JsEngine implements Disposable
setLogSystem(this.ptr, logSystem.ptr);
}
- public void setDefaultWebRequest()
- {
- setDefaultWebRequest(this.ptr);
- }
-
public void setWebRequest(final WebRequest webRequest)
{
setWebRequest(this.ptr, webRequest.ptr);
@@ -160,8 +155,6 @@ public final class JsEngine implements Disposable
private final static native void setWebRequest(long ptr, long webRequestPtr);
- private final static native void setDefaultWebRequest(long ptr);
-
private final static native JsValue newValue(long ptr, long value);
private final static native JsValue newValue(long ptr, boolean value);
« no previous file with comments | « libadblockplus-android/jni/JniWebRequest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld