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

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

Issue 1749053002: Move //remoting/remoting_host_win.gypi:* to GN (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update for component build of Windows Created 4 years, 9 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 a0b41052ec8d8d38bb170007edb55a7a4ab484a0..024d28c7714ad52d80d78b78fe9df4f2c3d77b43 100644
--- a/components/policy/core/common/schema_registry.cc
+++ b/components/policy/core/common/schema_registry.cc
@@ -26,6 +26,10 @@ SchemaRegistry::~SchemaRegistry() {
OnSchemaRegistryShuttingDown(this));
}
+const scoped_refptr<SchemaMap>& SchemaRegistry::schema_map() const {
+ return schema_map_;
+}
+
void SchemaRegistry::RegisterComponent(const PolicyNamespace& ns,
const Schema& schema) {
ComponentMap map;

Powered by Google App Engine
This is Rietveld 408576698