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

Unified Diff: src/shared/Communication.h

Issue 5081266177179648: Issue 1104 - Cannot uncheck Disable on website option in tool bar (Closed)
Patch Set: Created Feb. 23, 2015, 12:40 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/shared/Communication.h
diff --git a/src/shared/Communication.h b/src/shared/Communication.h
index f55861c634117dbb620703a76988e81a4b14da5a..9c32af949f26fb71ef022d5cdf2794aff997775a 100644
--- a/src/shared/Communication.h
+++ b/src/shared/Communication.h
@@ -43,8 +43,9 @@ namespace Communication
PROC_GET_EXCEPTION_DOMAINS,
PROC_IS_WHITELISTED_URL,
PROC_IS_ELEMHIDE_WHITELISTED_ON_URL,
- PROC_ADD_FILTER,
- PROC_REMOVE_FILTER,
+ PROC_ADD_WHITELSITED_DOMAIN,
Eric 2015/02/26 18:16:01 Typo: "LIST", not "LSIT", here and on the next lin
+ PROC_REMOVE_WHITELSITED_DOMAIN,
+ PROC_TOGGLE_WHITELISTING,
PROC_SET_PREF,
PROC_GET_PREF,
PROC_IS_FIRST_RUN_ACTION_NEEDED,

Powered by Google App Engine
This is Rietveld