Searched defs:PolicyService (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/components/policy/core/common/
H A Dpolicy_service.h19 // The PolicyService merges policies from all available sources, taking into
23 // The PolicyService is available from BrowserProcess as a global singleton.
24 // There is also a PolicyService for browser-wide policies available from
26 class POLICY_EXPORT PolicyService { class in namespace:policy
38 // Invoked at most once for each |domain|, when the PolicyService becomes
48 virtual ~PolicyService() {}
57 // The PolicyService loads policy from several sources, and some require
60 // It is safe to read policy from the PolicyService even if
71 // Asks the PolicyService to reload policy from all available policy sources.
79 class POLICY_EXPORT PolicyChangeRegistrar : public PolicyService
[all...]

Completed in 75 milliseconds