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

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

Issue 796543002: Plugin Power Saver: Implement option in Settings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: restore 'ask' to list of allowed settings for policy settings Created 6 years 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 | « components/content_settings/core/common/content_settings.h ('k') | tools/metrics/actions/actions.xml » ('j') | 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 2a1a3d45f0b034b7ee83d818a01a8cf02c0b1f49..9fd77b938449e2faa4036c035132b32e1688e0a3 100644
--- a/components/policy/resources/policy_templates.json
+++ b/components/policy/resources/policy_templates.json
@@ -2491,7 +2491,7 @@
'type': 'int-enum',
'schema': {
'type': 'integer',
- 'enum': [ 1, 2, 3 ],
+ 'enum': [ 1, 2, 3, 5 ],
},
'items': [
{
@@ -2509,6 +2509,11 @@
'value': 3,
'caption': '''Click to play''',
},
+ {
+ 'name': 'DetectImportantContent',
+ 'value': 5,
Andrew T Wilson (Slow) 2014/12/16 09:48:09 Why is this 5 and not 4? I would just not add thi
tommycli 2014/12/16 19:55:47 Done. I reverted this. It was '5' because it's an
+ 'caption': '''Detect important content''',
+ },
],
'supported_on': ['chrome.*:10-', 'chrome_os:11-'],
'features': {
« no previous file with comments | « components/content_settings/core/common/content_settings.h ('k') | tools/metrics/actions/actions.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698