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

Unified Diff: components/subresource_filter/core/browser/subresource_filter_features_test_support.cc

Issue 2581043003: Add page-level aggregation of SubresourceFilter time metrics. (Closed)
Patch Set: Address comments of engedy@ and add tests. Created 4 years 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/browser/subresource_filter_features_test_support.cc
diff --git a/components/subresource_filter/core/browser/subresource_filter_features_test_support.cc b/components/subresource_filter/core/browser/subresource_filter_features_test_support.cc
index 78d2c484a5d7607255c432da06e933165cb68b65..a6be80b0d30d0034a1823f4a06c65b0277356541 100644
--- a/components/subresource_filter/core/browser/subresource_filter_features_test_support.cc
+++ b/components/subresource_filter/core/browser/subresource_filter_features_test_support.cc
@@ -16,8 +16,8 @@ namespace subresource_filter {
namespace testing {
namespace {
-const char kTestFieldTrialName[] = "FieldTrialNameShouldNotMatter";
-const char kTestExperimentGroupName[] = "GroupNameShouldNotMatter";
+constexpr const char kTestFieldTrialName[] = "FieldTrialNameShouldNotMatter";
+constexpr const char kTestExperimentGroupName[] = "GroupNameShouldNotMatter";
} // namespace
ScopedSubresourceFilterFeatureToggle::ScopedSubresourceFilterFeatureToggle(

Powered by Google App Engine
This is Rietveld 408576698