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

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

Issue 9836037: Adding policy support to Chrome Frame's launcher so that additional parameters can be passed to Chr… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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 | chrome/test/functional/policy_test_cases.py » ('j') | chrome_frame/chrome_frame_automation.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>.''',
+ },
],
},
{
« no previous file with comments | « no previous file | chrome/test/functional/policy_test_cases.py » ('j') | chrome_frame/chrome_frame_automation.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698