| Index: content/browser/system_message_window_win.cc
|
| ===================================================================
|
| --- content/browser/system_message_window_win.cc (revision 148913)
|
| +++ content/browser/system_message_window_win.cc (working copy)
|
| @@ -41,7 +41,7 @@
|
| base::SystemMonitor* monitor = base::SystemMonitor::Get();
|
| switch (event_type) {
|
| case DBT_DEVNODES_CHANGED:
|
| - monitor->ProcessDevicesChanged();
|
| + monitor->ProcessDevicesChanged(base::SystemMonitor::DEVTYPE_UNKNOWN);
|
| break;
|
| }
|
| return TRUE;
|
|
|