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

Unified Diff: src/Notification.cpp

Issue 29512648: Issue 5475 - Update adblockpluscore dependency to revision hg:b935a0402215 (Closed) Base URL: https://github.com/adblockplus/libadblockplus.git
Patch Set: Created Aug. 11, 2017, 12:36 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
Index: src/Notification.cpp
diff --git a/src/Notification.cpp b/src/Notification.cpp
index 0be55a7af982d7f10459107e4800bc8240c3e514..dc816a118d250048670067b3966d7c47eac1de1a 100644
--- a/src/Notification.cpp
+++ b/src/Notification.cpp
@@ -31,6 +31,7 @@ namespace
NotificationTypes retValue;
retValue.push_back(std::make_pair(NotificationType::NOTIFICATION_TYPE_QUESTION, "question"));
retValue.push_back(std::make_pair(NotificationType::NOTIFICATION_TYPE_CRITICAL, "critical"));
+ retValue.push_back(std::make_pair(NotificationType::NOTIFICATION_TYPE_RELENTLESS, "relentless"));
retValue.push_back(std::make_pair(NotificationType::NOTIFICATION_TYPE_INFORMATION, "information"));
return retValue;
}
« libadblockplus.gyp ('K') | « src/FilterEngine.cpp ('k') | test/BaseJsTest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld