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

Unified Diff: jni/JniCallbacks.h

Issue 6245218638626816: Issue 1424 - Update libadblockplus-binaries to 6f79af14ad4e (Closed)
Patch Set: Use GetObjectClass instead of FindClass Created Sept. 22, 2014, 1:16 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 | « jni/Android.mk ('k') | jni/JniFilterEngine.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: jni/JniCallbacks.h
===================================================================
--- a/jni/JniCallbacks.h
+++ b/jni/JniCallbacks.h
@@ -53,10 +53,10 @@
void Callback(AdblockPlus::JsValueList& params);
};
-class JniUpdaterCallback : public JniCallbackBase
+class JniUpdateCheckDoneCallback : public JniCallbackBase
{
public:
- JniUpdaterCallback(JNIEnv* env, jobject callbackObject);
+ JniUpdateCheckDoneCallback(JNIEnv* env, jobject callbackObject);
void Callback(const std::string& arg);
};
« no previous file with comments | « jni/Android.mk ('k') | jni/JniFilterEngine.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld