| Index: chrome/app/policy/policy_templates.json
|
| diff --git a/chrome/app/policy/policy_templates.json b/chrome/app/policy/policy_templates.json
|
| index 629760138ab0e557ab5fa6e602cd83cb5c4c3a84..199b92edf254282080ad0d89df588ec2ed939aea 100644
|
| --- a/chrome/app/policy/policy_templates.json
|
| +++ b/chrome/app/policy/policy_templates.json
|
| @@ -112,7 +112,7 @@
|
| # persistent IDs for all fields (but not for groups!) are needed. These are
|
| # specified by the 'id' keys of each policy. NEVER CHANGE EXISTING IDs,
|
| # because doing so would break the deployed wire format!
|
| -# For your editing convenience: highest ID currently used: 140
|
| +# For your editing convenience: highest ID currently used: 141
|
| #
|
| # Placeholders:
|
| # The following placeholder strings are automatically substituted:
|
| @@ -1795,6 +1795,18 @@
|
|
|
| For example patterns see http://www.chromium.org/developers/how-tos/chrome-frame-getting-started.''',
|
| },
|
| + {
|
| + 'name': 'AdditionalLaunchParameters',
|
| + 'type': 'string',
|
| + 'supported_on': ['chrome_frame:19-'],
|
| + 'features': {'dynamic_refresh': False},
|
| + 'example_value': '--enable-media-stream --enable-media-source',
|
| + 'id': 141,
|
| + 'caption': '''Additional command line parameters for <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>''',
|
| + 'desc': '''Allows you to specify additional parameters that are used when <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</ex></ph> launches <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.
|
| +
|
| + If this policy is not set the default command line will be used.''',
|
| + },
|
| ],
|
| },
|
| {
|
|
|