| 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 57870f2e86b2b8759d3ec31c4b656ddc701a29d2..6c493e47bf3bd15d54aac5c05f2e0538bbece6d2 100755
 | 
| --- a/chrome/test/functional/policy_test_cases.py
 | 
| +++ b/chrome/test/functional/policy_test_cases.py
 | 
| @@ -201,4 +201,5 @@ class PolicyPrefsTestCases(object):
 | 
|      'RenderInHostList': ([ 'google.com' ], [], []),
 | 
|      'ChromeFrameContentTypes': ([ 'text/xml' ], [], []),
 | 
|      'GCFUserDataDir': ('${user_name}/test-frame', [], []),
 | 
| +    'AdditionalLaunchParameters': ('--enable-media-stream', [], []),
 | 
|    }
 | 
| 
 |