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

Unified Diff: content/browser/device_monitor_mac.h

Issue 189443010: Mac AVFoundation/QTKit: delay DeviceMonitorMac startup to first GetUserMedia. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rsesek@ comments Created 6 years, 9 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/browser/device_monitor_mac.h
diff --git a/content/browser/device_monitor_mac.h b/content/browser/device_monitor_mac.h
index 6def493a81fc7a43cde27b2787828b7f42845678..b90e1eed3a3cc8ffce3b6026d3152f873836f268 100644
--- a/content/browser/device_monitor_mac.h
+++ b/content/browser/device_monitor_mac.h
@@ -22,6 +22,8 @@ class DeviceMonitorMac {
DeviceMonitorMac();
~DeviceMonitorMac();
+ void StartMonitoring();
Robert Sesek 2014/03/10 18:45:25 nit: comment
mcasas 2014/03/11 07:57:32 Done.
+
// Method called by the internal DeviceMonitorMacImpl object
// |device_monitor_impl_| when a device of type |type| has been added to or
// removed from the system. This code executes in the notification thread

Powered by Google App Engine
This is Rietveld 408576698