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

Unified Diff: chrome/browser/media/webrtc/media_stream_device_permission_context.h

Issue 2586153002: Move kill switch and secure origin checking logic (Closed)
Patch Set: Move kill switch and secure origin checking logic Created 4 years 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/webrtc/media_stream_device_permission_context.h
diff --git a/chrome/browser/media/webrtc/media_stream_device_permission_context.h b/chrome/browser/media/webrtc/media_stream_device_permission_context.h
index 14b88449e2ffafed3e424e13c986d24317163208..b9ccf177690a9cfe01e2c9b780ea454ed389cb4e 100644
--- a/chrome/browser/media/webrtc/media_stream_device_permission_context.h
+++ b/chrome/browser/media/webrtc/media_stream_device_permission_context.h
@@ -31,7 +31,7 @@ class MediaStreamDevicePermissionContext : public PermissionContextBase {
// TODO(xhwang): GURL.GetOrigin() shouldn't be used as the origin. Need to
// refactor to use url::Origin. crbug.com/527149 is filed for this.
- ContentSetting GetPermissionStatus(
+ ContentSetting GetPermissionStatusInternal(
const GURL& requesting_origin,
const GURL& embedding_origin) const override;

Powered by Google App Engine
This is Rietveld 408576698