Commit def14ee9 authored by Yutaka Hirano's avatar Yutaka Hirano Committed by Commit Bot

Remove a stale comment on MidiManagerUsb

Bug: None
Change-Id: I3daee8d38c9793a75e3506d8c16588e83506cc66
Reviewed-on: https://chromium-review.googlesource.com/1244181Reviewed-by: default avatarTakashi Toyoshima <toyoshim@chromium.org>
Commit-Queue: Yutaka Hirano <yhirano@chromium.org>
Cr-Commit-Position: refs/heads/master@{#594623}
parent fe0bda36
...@@ -76,8 +76,6 @@ class USB_MIDI_EXPORT MidiManagerUsb : public MidiManager, ...@@ -76,8 +76,6 @@ class USB_MIDI_EXPORT MidiManagerUsb : public MidiManager,
// result. // result.
// When this factory is destroyed during the operation, the operation // When this factory is destroyed during the operation, the operation
// will be canceled silently (i.e. |callback| will not be called). // will be canceled silently (i.e. |callback| will not be called).
// The function is public just for unit tests. Do not call this function
// outside code for testing.
void Initialize(Callback callback); void Initialize(Callback callback);
void OnEnumerateDevicesDone(bool result, UsbMidiDevice::Devices* devices); void OnEnumerateDevicesDone(bool result, UsbMidiDevice::Devices* devices);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment