blob: 9775ba9dbb9f3c0ea1829dcfa77c7d5c3a2aa03a [file] [log] [blame]
// Copyright 2019 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.
#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