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

Unified Diff: src/shared/Communication.h

Issue 11300014: Injecting libadblockplus into IE (Closed)
Patch Set: Created July 29, 2013, 5:30 a.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
« html/templates/firstRun.html ('K') | « src/plugin/PluginUserSettings.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/shared/Communication.h
===================================================================
--- a/src/shared/Communication.h
+++ b/src/shared/Communication.h
@@ -26,7 +26,9 @@
PROC_REMOVE_FILTER,
PROC_SET_PREF,
PROC_GET_PREF,
- PROC_IS_FIRST_RUN_ACTION_NEEDED
+ PROC_IS_FIRST_RUN_ACTION_NEEDED,
+ PROC_GET_REQUIRE,
+ PROC_GET_FILTER_FROM_TEXT
};
enum ValueType : uint32_t {
TYPE_PROC, TYPE_STRING, TYPE_WSTRING, TYPE_INT64, TYPE_INT32, TYPE_BOOL
« html/templates/firstRun.html ('K') | « src/plugin/PluginUserSettings.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld