Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(381)

Unified Diff: components/subresource_filter/core/common/activation_list.h

Issue 2645283007: Add the client for accessing Subresource Filter only list. (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/subresource_filter/core/common/activation_list.h
diff --git a/components/subresource_filter/core/common/activation_list.h b/components/subresource_filter/core/common/activation_list.h
index c24118ba7158e1c13f3c082e1775eb67e39fbeb1..f9a08fc777af2c6da00fcd16c35712b34b2c546a 100644
--- a/components/subresource_filter/core/common/activation_list.h
+++ b/components/subresource_filter/core/common/activation_list.h
@@ -13,7 +13,8 @@ enum class ActivationList {
NONE,
SOCIAL_ENG_ADS_INTERSTITIAL,
PHISHING_INTERSTITIAL,
- LAST = PHISHING_INTERSTITIAL,
+ SUBRESOURCE_FILTER_ONLY,
+ LAST = SUBRESOURCE_FILTER_ONLY,
vakh (use Gerrit instead) 2017/02/10 03:00:12 qq: I may be misinformed, apologies: didn't we dec
melandory 2017/02/14 17:40:33 yep, sorry. Fixed.
};
// For logging use only.

Powered by Google App Engine
This is Rietveld 408576698