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 |