blob: 15a13b2eab1270532632965405f045dfc2a01f74 (
plain)
1
2
3
4
5
6
7
8
9
10
|
// Copyright (c) 2006-2009 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 "media/audio/audio_output.h"
// TODO(hclam): Do something more useful than returning NULL.
AudioManager* AudioManager::GetAudioManager() {
return NULL;
}
|