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

Unified Diff: chrome/browser/policy/policy_service_impl.h

Issue 22493010: policy: load JSON schema into domain descriptor at start time. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add comments and clean up includes Created 7 years, 3 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/policy_service_impl.h
diff --git a/chrome/browser/policy/policy_service_impl.h b/chrome/browser/policy/policy_service_impl.h
index 51716f293d2b08f68ee202e2302d4916919cdba0..525e16ff45ff46263d27d45ae62e5f968915c20a 100644
--- a/chrome/browser/policy/policy_service_impl.h
+++ b/chrome/browser/policy/policy_service_impl.h
@@ -40,6 +40,8 @@ class PolicyServiceImpl : public PolicyService,
PolicyService::Observer* observer) OVERRIDE;
virtual void RegisterPolicyDomain(
scoped_refptr<const PolicyDomainDescriptor> descriptor) OVERRIDE;
+ virtual void InitialRegisterPolicyDomain(
+ scoped_refptr<const PolicyDomainDescriptor> descriptor) OVERRIDE;
virtual const PolicyMap& GetPolicies(
const PolicyNamespace& ns) const OVERRIDE;
virtual scoped_refptr<const PolicyDomainDescriptor> GetPolicyDomainDescriptor(

Powered by Google App Engine
This is Rietveld 408576698