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

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

Issue 586223002: Add new media request result MEDIA_DEVICE_FAILED_DUE_TO_SHUTDOWN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 6 years, 3 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 98df9b78fd04484d7ed7a5fe595d9498874b6d5c..d3154d0a859f33b7f14e8271822249a9a408f059 100644
--- a/content/public/common/media_stream_request.h
+++ b/content/public/common/media_stream_request.h
@@ -80,6 +80,7 @@ enum MediaStreamRequestResult {
MEDIA_DEVICE_CONSTRAINT_NOT_SATISFIED = 9,
MEDIA_DEVICE_TRACK_START_FAILURE = 10,
MEDIA_DEVICE_NOT_SUPPORTED = 11,
+ MEDIA_DEVICE_FAILED_DUE_TO_SHUTDOWN = 12,
NUM_MEDIA_REQUEST_RESULTS
};

Powered by Google App Engine
This is Rietveld 408576698