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

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

Issue 2158833002: Factor DocumentSubresourceFilter out of SubresourceFilterAgent. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments from pkalinnikov@ Created 4 years, 5 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_state.h
diff --git a/components/subresource_filter/core/common/activation_state.h b/components/subresource_filter/core/common/activation_state.h
index 6a92e41193648e423374e8b554d08b0db195ac7f..4f568d502e70f36b9858f95edd5871cd7dfbcd48 100644
--- a/components/subresource_filter/core/common/activation_state.h
+++ b/components/subresource_filter/core/common/activation_state.h
@@ -16,7 +16,7 @@ enum class ActivationState {
// allowed to proceed regardless. Used for stability and performance testing.
DRYRUN,
ENABLED,
- LAST = ENABLED
+ LAST = ENABLED,
};
// For logging use only.
« no previous file with comments | « components/subresource_filter/core/common/BUILD.gn ('k') | components/subresource_filter/core/common/test_ruleset_creator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698