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

Unified Diff: content/public/common/media_stream_request.h

Issue 2753013002: DCHECK that the security origin for a media request isn't empty (Closed)
Patch Set: DCHECK that the security origin for a media request isn't empty Created 3 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
« no previous file with comments | « chrome/browser/media/webrtc/media_permission.cc ('k') | content/renderer/media/user_media_client_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/media_stream_request.h
diff --git a/content/public/common/media_stream_request.h b/content/public/common/media_stream_request.h
index b518d77d55401c73d4914edcb788bf79365102a5..f3b09c0b53fb93e08ddf8b9a2a32f94490757ed8 100644
--- a/content/public/common/media_stream_request.h
+++ b/content/public/common/media_stream_request.h
@@ -58,7 +58,7 @@ enum MediaStreamRequestResult {
MEDIA_DEVICE_PERMISSION_DISMISSED = 2,
MEDIA_DEVICE_INVALID_STATE = 3,
MEDIA_DEVICE_NO_HARDWARE = 4,
- MEDIA_DEVICE_INVALID_SECURITY_ORIGIN = 5,
+ MEDIA_DEVICE_INVALID_SECURITY_ORIGIN_DEPRECATED = 5,
MEDIA_DEVICE_TAB_CAPTURE_FAILURE = 6,
MEDIA_DEVICE_SCREEN_CAPTURE_FAILURE = 7,
MEDIA_DEVICE_CAPTURE_FAILURE = 8,
« no previous file with comments | « chrome/browser/media/webrtc/media_permission.cc ('k') | content/renderer/media/user_media_client_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698