Chromium Code Reviews| Index: chrome/app/policy/policy_templates.json |
| diff --git a/chrome/app/policy/policy_templates.json b/chrome/app/policy/policy_templates.json |
| index 54abdd607577fd98eee86862266cace35f59f3e0..9e87828f0f76985fb48a24fd18a03e4bbd842953 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,16 @@ |
| 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_FRAME_NAME">$3<ex>Google Chrome Frame</ex></ph>''', |
|
grt (UTC plus 2)
2012/03/23 15:49:12
Nit: the caption makes it sound like the arguments
slightlyoff1
2012/03/23 15:57:05
Further nit: it would be good to call out there th
tommi (sloooow) - chröme
2012/03/26 11:24:37
Changed to Chrome proper.
|
| + '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>.''', |
| + }, |
| ], |
| }, |
| { |