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

Unified Diff: chrome/browser/media/media_stream_devices_controller.h

Issue 1099453005: Switch web API/permission code to use IsOriginSecure() instead of SchemeIsSecure(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase onto the moved version of IsOriginSecure (https://codereview.chromium.org/1101033003/). Created 5 years, 8 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/browser/media/media_stream_devices_controller.h
diff --git a/chrome/browser/media/media_stream_devices_controller.h b/chrome/browser/media/media_stream_devices_controller.h
index 36292a46ba8d0f5ad9da0b8bd4847db0a6bc88d3..ce414ba9ce56987cbdc0c63922b46e59087c8ee9 100644
--- a/chrome/browser/media/media_stream_devices_controller.h
+++ b/chrome/browser/media/media_stream_devices_controller.h
@@ -99,9 +99,6 @@ class MediaStreamDevicesController : public PermissionBubbleRequest {
// |CONTENT_SETTING_BLOCK|, otherwise returns false.
bool IsDefaultMediaAccessBlocked() const;
- // Returns true if the origin is a secure scheme, otherwise returns false.
- bool IsSchemeSecure() const;
-
// Store the permission to use media devices for the origin of the request.
// This is triggered when the users deny the request or allow the request
// for https sites.

Powered by Google App Engine
This is Rietveld 408576698