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

Unified Diff: components/policy/resources/policy_templates.json

Issue 309643003: Document the new policy loading logic starting with Chrome 35. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixed doc Created 6 years, 7 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/policy/resources/policy_templates.json
diff --git a/components/policy/resources/policy_templates.json b/components/policy/resources/policy_templates.json
index d2b53921b89e88af7f67ff8961f053e10ee2a2ca..744f8316d4a103113a46171b17c57e4d03b8be4b 100644
--- a/components/policy/resources/policy_templates.json
+++ b/components/policy/resources/policy_templates.json
@@ -6467,7 +6467,9 @@
Note: Starting with <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>
28, policies are loaded directly from the Group Policy API on
Windows. Policies manually written to the registry will be ignored. See
- http://crbug.com/259236 for details.'''
+ http://crbug.com/259236 for details.
+
+ Starting with <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> 35, policies are read directly from the registry if the workstation is joined to an Active Directory domain; otherwise the policies are read from GPO.'''
},
'doc_back_to_top': {
'desc': '''Text of a link in the generated policy documentation, that takes the user to the top of the page''',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698