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

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

Issue 2645283007: Add the client for accessing Subresource Filter only list. (Closed)
Patch Set: only changes specific to this cl 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 a3aac0357d087fd5d444074dcafce8eb8728adba..3e674c952cc043ec483ac4efb2252b3338649e50 100644
--- a/components/subresource_filter/core/common/activation_list.h
+++ b/components/subresource_filter/core/common/activation_list.h
@@ -15,7 +15,8 @@ enum class ActivationList {
NONE,
SOCIAL_ENG_ADS_INTERSTITIAL,
PHISHING_INTERSTITIAL,
- LAST = PHISHING_INTERSTITIAL,
+ SUBRESOURCE_FILTER,
+ LAST = SUBRESOURCE_FILTER,
};
// For logging use only.

Powered by Google App Engine
This is Rietveld 408576698