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

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

Issue 2440473004: Add policy domain for signin screen apps (Closed)
Patch Set: Fix compilation Created 4 years, 2 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/policy/core/common/schema_registry.cc
diff --git a/components/policy/core/common/schema_registry.cc b/components/policy/core/common/schema_registry.cc
index f5370c7219ef00ccc29124a046f3547c8758f256..a773634a7009926a80c10c84a5c4152bf6cc0fb0 100644
--- a/components/policy/core/common/schema_registry.cc
+++ b/components/policy/core/common/schema_registry.cc
@@ -17,6 +17,7 @@ SchemaRegistry::SchemaRegistry() : schema_map_(new SchemaMap) {
domains_ready_[i] = false;
#if !defined(ENABLE_EXTENSIONS)
domains_ready_[POLICY_DOMAIN_EXTENSIONS] = true;
+ domains_ready_[POLICY_DOMAIN_SIGNIN_EXTENSIONS] = true;
#endif
}

Powered by Google App Engine
This is Rietveld 408576698