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

Unified Diff: trunk/src/media/midi/midi_port_info.h

Issue 17334006: Revert 207983 "Implement Web MIDI API back-end" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 6 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 | « trunk/src/media/midi/midi_manager_mac.cc ('k') | trunk/src/media/midi/midi_port_info.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/media/midi/midi_port_info.h
===================================================================
--- trunk/src/media/midi/midi_port_info.h (revision 207988)
+++ trunk/src/media/midi/midi_port_info.h (working copy)
@@ -1,36 +0,0 @@
-// Copyright (c) 2013 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef MEDIA_MIDI_MIDI_PORT_INFO_H_
-#define MEDIA_MIDI_MIDI_PORT_INFO_H_
-
-#include <string>
-#include <vector>
-
-#include "base/basictypes.h"
-#include "media/base/media_export.h"
-
-namespace media {
-
-struct MEDIA_EXPORT MIDIPortInfo {
- MIDIPortInfo();
- MIDIPortInfo(const std::string& in_id,
- const std::string& in_manufacturer,
- const std::string& in_name,
- const std::string& in_version);
-
- MIDIPortInfo(const MIDIPortInfo& info);
- ~MIDIPortInfo();
-
- std::string id;
- std::string manufacturer;
- std::string name;
- std::string version;
-};
-
-typedef std::vector<MIDIPortInfo> MIDIPortInfoList;
-
-} // namespace media
-
-#endif // MEDIA_MIDI_MIDI_PORT_INFO_H_
« no previous file with comments | « trunk/src/media/midi/midi_manager_mac.cc ('k') | trunk/src/media/midi/midi_port_info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698