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

Unified Diff: libadblockplus-android/jni/JniNotification.cpp

Issue 29536629: Issue 5556 - Update to use libadblockplus revision hg:566f64c8a2a8 (Closed) Base URL: github.com:abby-sergz/libadblockplus-android.git
Patch Set: address comment Created Sept. 8, 2017, 12:20 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/JniJsEngine.cpp ('k') | libadblockplus-android/jni/JniPlatform.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libadblockplus-android/jni/JniNotification.cpp
diff --git a/libadblockplus-android/jni/JniNotification.cpp b/libadblockplus-android/jni/JniNotification.cpp
index 817c087ab7b45f9ad77cf5180d51ddd615cd7961..1d79bbcb0f4b43543e4344211a7a885a45d2a09d 100644
--- a/libadblockplus-android/jni/JniNotification.cpp
+++ b/libadblockplus-android/jni/JniNotification.cpp
@@ -62,6 +62,9 @@ static jobject JNICALL JniGetType(JNIEnv* env, jclass clazz, jlong ptr)
case AdblockPlus::NotificationType::NOTIFICATION_TYPE_QUESTION:
enumName = "QUESTION";
break;
+ case AdblockPlus::NotificationType::NOTIFICATION_TYPE_RELENTLESS:
+ enumName = "RELENTLESS";
+ break;
default:
enumName = "INVALID";
break;
« no previous file with comments | « libadblockplus-android/jni/JniJsEngine.cpp ('k') | libadblockplus-android/jni/JniPlatform.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld