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

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

Issue 2441653003: Enable fetching of admin policies for login screen apps (Closed)
Patch Set: Rebase 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/schema_registry.h
diff --git a/components/policy/core/common/schema_registry.h b/components/policy/core/common/schema_registry.h
index ce787e769c56addef904297a34288b524b9413ab..ba422d2d2050fef9637023da9aea0743f708883e 100644
--- a/components/policy/core/common/schema_registry.h
+++ b/components/policy/core/common/schema_registry.h
@@ -150,11 +150,14 @@ class POLICY_EXPORT ForwardingSchemaRegistry
// SchemaRegistry::Observer:
void OnSchemaRegistryUpdated(bool has_new_schemas) override;
+ void OnSchemaRegistryReady() override;
// SchemaRegistry::InternalObserver:
void OnSchemaRegistryShuttingDown(SchemaRegistry* registry) override;
private:
+ void UpdateReadiness();
+
SchemaRegistry* wrapped_;
DISALLOW_COPY_AND_ASSIGN(ForwardingSchemaRegistry);
« no previous file with comments | « components/policy/core/common/cloud/user_cloud_policy_manager.cc ('k') | components/policy/core/common/schema_registry.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698