Index: components/storage_monitor/volume_mount_watcher_win.h |
diff --git a/components/storage_monitor/volume_mount_watcher_win.h b/components/storage_monitor/volume_mount_watcher_win.h |
index 0940d5c01117de4c0c698d39d15f43c643644146..76e96acb337522783fe282a10a09bc4659f57916 100644 |
--- a/components/storage_monitor/volume_mount_watcher_win.h |
+++ b/components/storage_monitor/volume_mount_watcher_win.h |
@@ -49,6 +49,9 @@ class VolumeMountWatcherWin { |
// notification if appropriate. |
void OnWindowMessage(UINT event_type, LPARAM data); |
+ // Processes SHCNE_MEDIAINSERTED (and REMOVED). |
+ void OnMediaChanged(WPARAM wparam, LPARAM lparam); |
+ |
// Set the volume notifications object to be used when new |
// removable volumes are found. |
void SetNotifications(StorageMonitor::Receiver* notifications); |