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

Unified Diff: jni/JniCallbacks.h

Issue 5153282527854592: Issue 98 - Use the libadblockplus update mechanism (Closed)
Patch Set: Only append the revision to the version for devbuilds Created Sept. 26, 2014, 2:54 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,6 +53,13 @@
void Callback(AdblockPlus::JsValueList& params);
};
+class JniUpdateAvailableCallback : public JniCallbackBase
+{
+public:
+ JniUpdateAvailableCallback(JNIEnv* env, jobject callbackObject);
+ void Callback(const std::string& arg);
+};
+
class JniUpdateCheckDoneCallback : public JniCallbackBase
{
public:
« 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