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

Unified Diff: content/renderer/media/media_stream_video_capturer_source.h

Issue 391703002: Implement ConstraintNotSatisfiedError for getusermedia (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 5 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/renderer/media/media_stream_video_capturer_source.h
diff --git a/content/renderer/media/media_stream_video_capturer_source.h b/content/renderer/media/media_stream_video_capturer_source.h
index 3b9588aa799cd42c3de74d3a6036c39db7696b23..352624e12816a161fb9e4f527502d0e826b9c63d 100644
--- a/content/renderer/media/media_stream_video_capturer_source.h
+++ b/content/renderer/media/media_stream_video_capturer_source.h
@@ -22,7 +22,7 @@ namespace content {
class CONTENT_EXPORT VideoCapturerDelegate
: public base::RefCountedThreadSafe<VideoCapturerDelegate> {
public:
- typedef base::Callback<void(bool running)> RunningCallback;
+ typedef base::Callback<void(MediaStreamRequestResult result)> RunningCallback;
explicit VideoCapturerDelegate(
const StreamDeviceInfo& device_info);
miu 2014/07/30 19:37:23 Since you're modifying this file, can you put this
jiajia.qin 2014/07/31 13:43:00 Done.

Powered by Google App Engine
This is Rietveld 408576698