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

Unified Diff: chrome/browser/policy/schema_registry_service_factory.cc

Issue 2441653003: Enable fetching of admin policies for login screen apps (Closed)
Patch Set: 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: chrome/browser/policy/schema_registry_service_factory.cc
diff --git a/chrome/browser/policy/schema_registry_service_factory.cc b/chrome/browser/policy/schema_registry_service_factory.cc
index 5e0e4d3c84a195bf6104c932fb6d9055a88a2130..d0a4b0a6dd25871811966932293eaa4f33c1386a 100644
--- a/chrome/browser/policy/schema_registry_service_factory.cc
+++ b/chrome/browser/policy/schema_registry_service_factory.cc
@@ -116,7 +116,8 @@ SchemaRegistryServiceFactory::CreateForContextInternal(
// DeviceLocalAccountPolicyBroker, which uses the registry to fetch and
// cache policy even if there is no active session for that account.
// Use a ForwardingSchemaRegistry that wraps this SchemaRegistry.
- registry.reset(new ForwardingSchemaRegistry(broker->schema_registry()));
+ registry.reset(new ForwardingSchemaRegistry(broker->schema_registry(),
+ false /* forward_readiness */));
}
#endif

Powered by Google App Engine
This is Rietveld 408576698