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

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

Issue 29677606: Issue 6301 - Update documentation (Closed)
Patch Set: Created Jan. 23, 2018, 7:58 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
« no previous file with comments | « README.md ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libadblockplus-android-webviewapp/src/org/adblockplus/libadblockplus/android/webviewapp/MainActivity.java
diff --git a/libadblockplus-android-webviewapp/src/org/adblockplus/libadblockplus/android/webviewapp/MainActivity.java b/libadblockplus-android-webviewapp/src/org/adblockplus/libadblockplus/android/webviewapp/MainActivity.java
index 73f9711b3c42108928b7c10bac8031f39ee62d4b..f8c741d21caea0d42571b41af3c8c98eb6a2f21a 100644
--- a/libadblockplus-android-webviewapp/src/org/adblockplus/libadblockplus/android/webviewapp/MainActivity.java
+++ b/libadblockplus-android-webviewapp/src/org/adblockplus/libadblockplus/android/webviewapp/MainActivity.java
@@ -37,7 +37,7 @@ public class MainActivity extends Activity
{
public static final boolean DEVELOPMENT_BUILD = true;
- // webView can create AdblockEngine instance itself if not passed with `webView.setAdblockEngine()`
+ // webView can create AdblockEngine instance itself if not passed with `webView.setProvider()`
public static final boolean USE_EXTERNAL_ADBLOCKENGINE = true;
private ProgressBar progress;
« no previous file with comments | « README.md ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld