| Index: device/hid/hid_connection_win.cc
|
| diff --git a/device/hid/hid_connection_win.cc b/device/hid/hid_connection_win.cc
|
| index 2e5eab24dd63220ddee74081636e4d530bcb44f4..a57dfac2a3e0457f67ddb55dc5af961d245bad4b 100644
|
| --- a/device/hid/hid_connection_win.cc
|
| +++ b/device/hid/hid_connection_win.cc
|
| @@ -81,7 +81,7 @@ void PendingHidTransfer::TakeResultFromWindowsAPI(BOOL result) {
|
| } else if (GetLastError() == ERROR_IO_PENDING) {
|
| base::MessageLoop::current()->AddDestructionObserver(this);
|
| AddRef();
|
| - watcher_.StartWatching(event_.Get(), this);
|
| + watcher_.StartWatching(event_.Get(), this, false);
|
| } else {
|
| HID_PLOG(EVENT) << "HID transfer failed";
|
| callback_.Run(this, false);
|
|
|