chromium/third_party/blink/renderer/modules/media/web_media_player_util_unittest.cc

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

#include "third_party/blink/public/web/modules/media/web_media_player_util.h"

#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/public/common/scheme_registry.h"
#include "third_party/blink/renderer/platform/testing/task_environment.h"
#include "third_party/blink/renderer/platform/weborigin/kurl.h"
#include "third_party/blink/renderer/platform/weborigin/scheme_registry.h"

namespace blink {

TEST(GetMediaURLScheme, MissingUnknown) {}

TEST(GetMediaURLScheme, WebCommon) {}

TEST(GetMediaURLScheme, Files) {}

TEST(GetMediaURLScheme, Android) {}

TEST(GetMediaURLScheme, Chrome) {}

}  // namespace blink