| Index: chrome/test/functional/policy_test_cases.py
|
| diff --git a/chrome/test/functional/policy_test_cases.py b/chrome/test/functional/policy_test_cases.py
|
| index de86816ea742f81b83bf71adae325ba58e989600..9fdf66e304ded57d66cefa6fd0e4a055ea157b5e 100755
|
| --- a/chrome/test/functional/policy_test_cases.py
|
| +++ b/chrome/test/functional/policy_test_cases.py
|
| @@ -203,4 +203,5 @@ class PolicyPrefsTestCases(object):
|
| 'RenderInHostList': ([ 'google.com' ], [], []),
|
| 'ChromeFrameContentTypes': ([ 'text/xml' ], [], []),
|
| 'GCFUserDataDir': ('${user_name}/test-frame', [], []),
|
| + 'AdditionalLaunchParameters': ('--enable-media-stream', [], []),
|
| }
|
|
|