blob: eca61e343fc0cb71c2fa2d4c01801cfe923488c4 [file] [log] [blame]
// Copyright 2019 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "components/system_media_controls/system_media_controls.h"
namespace system_media_controls {
// static
std::unique_ptr<SystemMediaControls> SystemMediaControls::Create(
const std::string& product_name) {
return nullptr;
}
} // namespace system_media_controls