blob: ac461261310e8efa6a8a37f0e3bdf364516a119c [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
SystemMediaControls* SystemMediaControls::GetInstance() {
return nullptr;
}
} // namespace system_media_controls