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

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

Issue 2887253004: [subresource_filter] Move driver factory tests to the SB throttle (Closed)
Patch Set: enum class : int 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
« no previous file with comments | « components/subresource_filter/content/browser/subresource_filter_safe_browsing_activation_throttle_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/subresource_filter/core/common/activation_decision.h
diff --git a/components/subresource_filter/core/common/activation_decision.h b/components/subresource_filter/core/common/activation_decision.h
index 306b5de154a1c777e714c163db432a36aea534f3..a232a3fc72dc6712f8b4bf52cec0610567898c1c 100644
--- a/components/subresource_filter/core/common/activation_decision.h
+++ b/components/subresource_filter/core/common/activation_decision.h
@@ -8,7 +8,7 @@
namespace subresource_filter {
// NOTE: ActivationDecision backs a UMA histogram, so it is append-only.
-enum class ActivationDecision {
+enum class ActivationDecision : int {
// The activation decision is unknown, or not known yet.
UNKNOWN,
« no previous file with comments | « components/subresource_filter/content/browser/subresource_filter_safe_browsing_activation_throttle_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698