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

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

Issue 1904063002: policy docs: Remove confusing reference to ShowModalDialog. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 a876cd254d267bb4c7c9317ea31b3f21006a3042..48150ab7f0151c13cba8440bef39f2a7b2d0df53 100644
--- a/components/policy/resources/policy_templates.json
+++ b/components/policy/resources/policy_templates.json
@@ -7679,15 +7679,15 @@
'items': {
'type': 'string',
'enum': [
- 'ShowModalDialog_EffectiveUntil20150430'
+ 'ExampleDeprecatedFeature_EffectiveUntil20080902'
],
},
},
'items': [
{
- 'name': 'ShowModalDialog',
- 'value': 'ShowModalDialog_EffectiveUntil20150430',
- 'caption': '''Enable ShowModalDialog API through 2015.04.30''',
+ 'name': 'ExampleDeprecatedFeature',
+ 'value': 'ExampleDeprecatedFeature_EffectiveUntil20080902',
+ 'caption': '''Enable ExampleDeprecatedFeature API through 2008/09/02''',
}
],
'supported_on': ['chrome.*:37-', 'chrome_os:37-', 'android:37-'],
@@ -7695,7 +7695,7 @@
'dynamic_refresh': True,
'per_profile': True,
},
- 'example_value': ['ShowModalDialog_EffectiveUntil20150430'],
+ 'example_value': ['ExampleDeprecatedFeature_EffectiveUntil20080902'],
'id': 270,
'caption': '''Enable deprecated web platform features for a limited time''',
'tags': ['system-security'],
« 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