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

Unified Diff: jni/JniCallbacks.h

Issue 29329928: Issue 3297 - Fix issues introduced by recent libadblockplus changes and update dependencies (Closed)
Patch Set: MinSDK and copy'n'paste Created Nov. 20, 2015, 12:19 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/Application.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
diff --git a/jni/JniCallbacks.h b/jni/JniCallbacks.h
index 419c9d04f56e2eea9e6bee1056e39056136e69df..a2d7b891768172af562f6b98f5201558160790e1 100644
--- a/jni/JniCallbacks.h
+++ b/jni/JniCallbacks.h
@@ -87,6 +87,16 @@ private:
const JniGlobalReference<jclass>::Ptr logLevelClass;
};
+class JniShowNotificationCallback : public JniCallbackBase
+{
+public:
+ JniShowNotificationCallback(JNIEnv* env, jobject callbackObject);
+ void Callback(const AdblockPlus::NotificationPtr&);
+
+private:
+ const JniGlobalReference<jclass>::Ptr notificationClass;
+};
+
class JniWebRequest : public JniCallbackBase, public AdblockPlus::WebRequest
{
public:
« no previous file with comments | « jni/Application.mk ('k') | jni/JniFilterEngine.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld