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

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

Issue 391703002: Implement ConstraintNotSatisfiedError for getusermedia (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase and change the reviewers list Created 6 years, 4 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: 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 6d882ead1ed5d8a60c0b4400d21139fd41abbbbb..7d962dd6b52d596bf29ed069da379316f3b01527 100644
--- a/content/public/common/media_stream_request.h
+++ b/content/public/common/media_stream_request.h
@@ -75,6 +75,7 @@ enum MediaStreamRequestResult {
MEDIA_DEVICE_TAB_CAPTURE_FAILURE,
MEDIA_DEVICE_SCREEN_CAPTURE_FAILURE,
MEDIA_DEVICE_CAPTURE_FAILURE,
+ MEDIA_DEVICE_CONSTRAINT_NOT_SATISFIED,
MEDIA_DEVICE_TRACK_START_FAILURE,
NUM_MEDIA_REQUEST_RESULTS
« no previous file with comments | « content/browser/media/webrtc_getusermedia_browsertest.cc ('k') | content/renderer/media/media_stream_audio_source.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698