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

Unified Diff: chrome/app/policy/policy_templates.json

Issue 23376002: Move ManagedModePolicyProvider functionality to ManagedUserSettingsService. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix 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
« no previous file with comments | « no previous file | chrome/browser/browser_process_impl.cc » ('j') | chrome/browser/profiles/profile_impl.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/policy/policy_templates.json
diff --git a/chrome/app/policy/policy_templates.json b/chrome/app/policy/policy_templates.json
index 9dec4fdffa3e012437aad461b50401999b61b069..4125efaaaafa080e7d7854d158a21ea01442337a 100644
--- a/chrome/app/policy/policy_templates.json
+++ b/chrome/app/policy/policy_templates.json
@@ -5377,6 +5377,7 @@
{
'name': 'ContentPackDefaultFilteringBehavior',
'future': True,
+ 'deprecated': True,
'type': 'int-enum',
'schema': {
'type': 'integer',
@@ -5414,6 +5415,7 @@
{
'name': 'ContentPackManualBehaviorHosts',
'future': True,
+ 'deprecated': True,
'type': 'dict',
'schema': {
'type': 'object',
@@ -5439,6 +5441,7 @@
{
'name': 'ContentPackManualBehaviorURLs',
'future': True,
+ 'deprecated': True,
'type': 'dict',
'schema': {
'type': 'object',
« no previous file with comments | « no previous file | chrome/browser/browser_process_impl.cc » ('j') | chrome/browser/profiles/profile_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698