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

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

Issue 3354006: Adding policy settings for Chrome Frame. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 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 | « chrome/app/policy/policy_templates.grd ('k') | chrome/common/policy_constants.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/policy/policy_templates.json
===================================================================
--- chrome/app/policy/policy_templates.json (revision 58687)
+++ chrome/app/policy/policy_templates.json (working copy)
@@ -226,8 +226,27 @@
'type': 'list',
}]
},
+ {
+ 'name': 'ChromeFrameRendererSettings',
+ 'policies': [ {
+ 'name': 'ChromeFrameRendererSettings',
+ 'type': 'enum',
+ 'items': [
+ {'name': 'RenderInHost', 'value': '0'},
+ {'name': 'RenderInChromeFrame', 'value': '1'},
+ ],
+ }, {
+ 'name': 'RenderInChromeFrameList',
+ 'type': 'list',
+ }, {
+ 'name': 'RenderInHostList',
+ 'type': 'list',
+ },
+ ],
+ },
gfeher 2010/09/07 16:07:32 Note that if you put policies into the same group,
tommi (sloooow) - chröme 2010/09/07 16:15:58 In this case, RendererSettings is essentially a sw
],
'placeholders': [
+ # Note: keys $1 and $3 are reserved for Chromium and Chromium frame.
{
'key': '$2',
'value': 'http://www.chromium.org/developers/design-documents/network-settings#TOC-Command-line-options-for-proxy-sett'
Property changes on: chrome\app\policy\policy_templates.json
___________________________________________________________________
Added: svn:eol-style
+ LF
« no previous file with comments | « chrome/app/policy/policy_templates.grd ('k') | chrome/common/policy_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698