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

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

Issue 2440473004: Add policy domain for signin screen apps (Closed)
Patch Set: More comments according to feedback Created 4 years, 1 month 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/policy/core/common/policy_test_utils.cc
diff --git a/components/policy/core/common/policy_test_utils.cc b/components/policy/core/common/policy_test_utils.cc
index 7aee218cac18afb56200e2d0021dedb6c2c46cca..c0860ef1c8e7830ff70826feaa516f5949a3cf50 100644
--- a/components/policy/core/common/policy_test_utils.cc
+++ b/components/policy/core/common/policy_test_utils.cc
@@ -203,6 +203,10 @@ std::ostream& operator<<(std::ostream& os, policy::PolicyDomain domain) {
os << "POLICY_DOMAIN_EXTENSIONS";
break;
}
+ case policy::POLICY_DOMAIN_SIGNIN_EXTENSIONS: {
+ os << "POLICY_DOMAIN_SIGNIN_EXTENSIONS";
+ break;
+ }
default: {
os << "POLICY_DOMAIN_UNKNOWN(" << int(domain) << ")";
}
« no previous file with comments | « components/policy/core/common/policy_service_impl_unittest.cc ('k') | components/policy/core/common/schema_registry.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698