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

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

Issue 10537099: add "always allow" option to the mediastream infobar and allow user to allow/not allow acces to devi (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: addressed sky's comment and replaced "Do not allow any site to" with "Do not allow sites to" Created 8 years, 6 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 | « chrome/common/pref_names.cc ('k') | chrome/tools/chromeactions.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 a69a9069d1b181cf502280c1929e5d932ae7c5fb..fcb61e6532f505f7e0a7465b7709e47d4ab8da64 100755
--- a/chrome/test/functional/policy_test_cases.py
+++ b/chrome/test/functional/policy_test_cases.py
@@ -176,6 +176,8 @@ class PolicyPrefsTestCases(object):
('kManagedDefaultNotificationsSetting', 2, [CONTENT], OS_ALL),
'DefaultGeolocationSetting':
('kManagedDefaultGeolocationSetting', 2, [CONTENT], OS_ALL),
+ 'DefaultMediaStreamSetting':
+ ('kManagedDefaultMediaStreamSetting', 2, [CONTENT], OS_ALL),
'AutoSelectCertificateForUrls':
('kManagedAutoSelectCertificateForUrls',
['{\'pattern\':\'https://example.com\',' +
« no previous file with comments | « chrome/common/pref_names.cc ('k') | chrome/tools/chromeactions.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698