Chromium Code Reviews

Unified Diff: components/policy/core/common/policy_statistics_collector_unittest.cc

Issue 1304843004: Add source column to chrome://policy showing the origins of policies. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed another test. Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: components/policy/core/common/policy_statistics_collector_unittest.cc
diff --git a/components/policy/core/common/policy_statistics_collector_unittest.cc b/components/policy/core/common/policy_statistics_collector_unittest.cc
index 984f63bf4eb24765ab95197f09d5aad6061a0d25..6d5a0c2e8f4a6e7526131f0ece7c1de18171f703 100644
--- a/components/policy/core/common/policy_statistics_collector_unittest.cc
+++ b/components/policy/core/common/policy_statistics_collector_unittest.cc
@@ -109,6 +109,7 @@ class PolicyStatisticsCollectorTest : public testing::Test {
policy_map_.Set(name,
POLICY_LEVEL_MANDATORY,
POLICY_SCOPE_USER,
+ POLICY_SOURCE_CLOUD,
new base::FundamentalValue(true),
NULL);
}
« no previous file with comments | « components/policy/core/common/policy_service_impl_unittest.cc ('k') | components/policy/core/common/policy_types.h » ('j') | no next file with comments »

Powered by Google App Engine