chromium/content/browser/media/midi_browsertest.cc

// Copyright 2016 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "base/strings/utf_string_conversions.h"
#include "base/test/scoped_feature_list.h"
#include "build/build_config.h"
#include "content/public/test/browser_test.h"
#include "content/public/test/browser_test_utils.h"
#include "content/public/test/content_browser_test.h"
#include "content/public/test/content_browser_test_utils.h"
#include "content/shell/browser/shell.h"
#include "net/test/embedded_test_server/embedded_test_server.h"
#include "third_party/blink/public/common/features.h"

namespace content {

namespace {

class MidiBrowserTest : public ContentBrowserTest {};

class MidiBrowserTestBlockMidiByDefault : public ContentBrowserTest {};

IN_PROC_BROWSER_TEST_F(MidiBrowserTest, RequestMIDIAccess) {}

IN_PROC_BROWSER_TEST_F(MidiBrowserTestBlockMidiByDefault, RequestMIDIAccess) {}

IN_PROC_BROWSER_TEST_F(MidiBrowserTest, SubscribeAll) {}

IN_PROC_BROWSER_TEST_F(MidiBrowserTestBlockMidiByDefault, SubscribeAll) {}

}  // namespace

}  // namespace content