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

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

Issue 2844063002: Add support for multiple simultaneous subresource_filter::Configurations. (Closed)
Patch Set: Rebase. Created 3 years, 7 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_scope.h
diff --git a/components/subresource_filter/core/common/activation_scope.h b/components/subresource_filter/core/common/activation_scope.h
index aa65d368b8a27de1969d83af3225556449d123a8..37c594af7090fb0ef228bf5ef06ad310e329ebfc 100644
--- a/components/subresource_filter/core/common/activation_scope.h
+++ b/components/subresource_filter/core/common/activation_scope.h
@@ -18,7 +18,7 @@ enum class ActivationScope {
// Testing only. Allows to send activation signal to the RenderFrame for each
// load.
ALL_SITES,
- LAST = ACTIVATION_LIST,
+ LAST = ALL_SITES,
};
// For logging use only.

Powered by Google App Engine
This is Rietveld 408576698