[go: nahoru, domu]

blob: 34205986b59c99d2dee4320e052874fd602b3a00 [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,
int window) {
return nullptr;
}
} // namespace system_media_controls