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

Unified Diff: chrome/test/functional/policy_test_cases.py

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
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', [], []),
}

Powered by Google App Engine
This is Rietveld 408576698