diff options
Diffstat (limited to 'content/browser/renderer_host/media/video_capture_device_impl.h')
-rw-r--r-- | content/browser/renderer_host/media/video_capture_device_impl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/browser/renderer_host/media/video_capture_device_impl.h b/content/browser/renderer_host/media/video_capture_device_impl.h index 87d4c19..56bf1e0 100644 --- a/content/browser/renderer_host/media/video_capture_device_impl.h +++ b/content/browser/renderer_host/media/video_capture_device_impl.h @@ -71,7 +71,7 @@ class ThreadSafeCaptureOracle void Stop(); // Signal an error to the client. - void ReportError(const std::string& reason); + void ReportError(); private: friend class base::RefCountedThreadSafe<ThreadSafeCaptureOracle>; @@ -165,7 +165,7 @@ class CONTENT_EXPORT VideoCaptureDeviceImpl void CaptureStarted(bool success); // Stops capturing and notifies client_ of an error state. - void Error(const std::string& reason); + void Error(); // Tracks that all activity occurs on the media stream manager's thread. base::ThreadChecker thread_checker_; |