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

Unified Diff: chrome/browser/policy/policy_browsertest.cc

Issue 1828803003: Media permissions: Remove plumbing for insecure pepper requests in Chrome (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments and fix tests Created 4 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/browser/media/permission_bubble_media_access_handler.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/policy/policy_browsertest.cc
diff --git a/chrome/browser/policy/policy_browsertest.cc b/chrome/browser/policy/policy_browsertest.cc
index 7658dc0cbd60b556dfc25deec547eb70dc89a7e4..844231a705ed4690b82b6b16c7c8449dae050a6d 100644
--- a/chrome/browser/policy/policy_browsertest.cc
+++ b/chrome/browser/policy/policy_browsertest.cc
@@ -3252,7 +3252,7 @@ class MediaStreamDevicesControllerBrowserTest
public:
MediaStreamDevicesControllerBrowserTest()
: request_url_allowed_via_whitelist_(false),
- request_url_("http://www.example.com/foo") {
+ request_url_("https://www.example.com/foo") {
policy_value_ = GetParam();
}
virtual ~MediaStreamDevicesControllerBrowserTest() {}
@@ -3345,7 +3345,7 @@ class MediaStreamDevicesControllerBrowserTest
// static
const char MediaStreamDevicesControllerBrowserTest::kExampleRequestPattern[] =
- "http://[*.]example.com/";
+ "https://[*.]example.com/";
IN_PROC_BROWSER_TEST_P(MediaStreamDevicesControllerBrowserTest,
AudioCaptureAllowed) {
« no previous file with comments | « chrome/browser/media/permission_bubble_media_access_handler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698