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

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

Issue 2645283007: Add the client for accessing Subresource Filter only list. (Closed)
Patch Set: feature Created 3 years, 9 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..e17cce074ece4ed4edf6ce1e0f74373308e4e464 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,
+ LAST = SUBRESOURCE_FILTER,
};
// For logging use only.
« no previous file with comments | « components/subresource_filter/core/common/DEPS ('k') | components/subresource_filter/core/common/activation_list.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698