Chromium Code Reviews
DescriptionUse schemas bundled in extensions to convert policies loaded on Windows.
Extensions that support policies must declare those policies in a JSON
schema. All the policy providers get a mapping from components to their
schemas. This change makes the Windows policy provider use those schemas
when loading policies from GPO or the registry.
The previous behavior was to load the schema from GPO/the registry too;
this behavior is still used if the extension doesn't include a schema,
to support the Legacy Browser Support extension for the next releases.
BUG=108994, 108992
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=239520
Patch Set 1 #Patch Set 2 : added bug url #
Total comments: 2
Patch Set 3 : special handling for LBS #
Total comments: 6
Patch Set 4 : rebase #Messages
Total messages: 11 (0 generated)
|