Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(336)

Unified Diff: content/browser/media/midi_host.h

Issue 662233002: Web MIDI: make MidiManagerMac notify device connections (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase + cleanup Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | content/browser/media/midi_host.cc » ('j') | media/midi/midi_manager_alsa.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/media/midi_host.h
diff --git a/content/browser/media/midi_host.h b/content/browser/media/midi_host.h
index 3a469bf93b9e2eef4ab6a2656f7e899877e15736..96ea4741498f66fa7b14af7a85f857a8249b7a6a 100644
--- a/content/browser/media/midi_host.h
+++ b/content/browser/media/midi_host.h
@@ -39,6 +39,8 @@ class CONTENT_EXPORT MidiHost
void CompleteStartSession(media::MidiResult result) override;
void AddInputPort(const media::MidiPortInfo& info) override;
void AddOutputPort(const media::MidiPortInfo& info) override;
+ void SetInputPortState(uint32 port, bool connected) override;
+ void SetOutputPortState(uint32 port, bool connected) override;
void ReceiveMidiData(uint32 port,
const uint8* data,
size_t length,
« no previous file with comments | « no previous file | content/browser/media/midi_host.cc » ('j') | media/midi/midi_manager_alsa.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698