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

Unified Diff: media/video/capture/mac/video_capture_device_mac.h

Issue 308813002: Mac Video Capture: Connect error logging to WebRTC Log (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: grunell@ second round of comments. Created 6 years, 7 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: media/video/capture/mac/video_capture_device_mac.h
diff --git a/media/video/capture/mac/video_capture_device_mac.h b/media/video/capture/mac/video_capture_device_mac.h
index b28dacb1c356e8d6044ee4ef25e37dfd7b68422e..36dc015e373f6f87a932febc669e14afff47599c 100644
--- a/media/video/capture/mac/video_capture_device_mac.h
+++ b/media/video/capture/mac/video_capture_device_mac.h
@@ -52,6 +52,7 @@ class VideoCaptureDeviceMac : public VideoCaptureDevice {
private:
void SetErrorState(const std::string& reason);
+ void LogMessage(const std::string& message);
bool UpdateCaptureResolution();
// Flag indicating the internal state.
« no previous file with comments | « media/video/capture/mac/video_capture_device_avfoundation_mac.mm ('k') | media/video/capture/mac/video_capture_device_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698