chromium/content/renderer/blink_platform_audio_hardware_browsertest.cc

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

#include "content/public/test/render_view_test.h"
#include "third_party/blink/public/platform/platform.h"

namespace content {

BlinkPlatformAudioHardwareTest;

// Test that calling audioHardware functions from blink::Platform without a v8
// context returns valid values.
TEST_F(BlinkPlatformAudioHardwareTest, AudioHardwareFunctionsNoV8) {}

}  // namespace content