| Index: media/base/media.h
|
| diff --git a/media/base/media.h b/media/base/media.h
|
| index 2c8b76517fec01e3ed183b7f37f2e2c11c18449d..277c740e783cf1e780b07b679b94defe61f036e7 100644
|
| --- a/media/base/media.h
|
| +++ b/media/base/media.h
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2012 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.
|
|
|
| @@ -36,11 +36,6 @@ MEDIA_EXPORT void InitializeMediaLibraryForTesting();
|
| // for the this process, without actually trying to initialize it.
|
| MEDIA_EXPORT bool IsMediaLibraryInitialized();
|
|
|
| -// Attempts to initialize OpenMAX library.
|
| -//
|
| -// Returns true if OpenMAX was successfully initialized and loaded.
|
| -bool InitializeOpenMaxLibrary(const FilePath& module_dir);
|
| -
|
| } // namespace media
|
|
|
| #endif // MEDIA_BASE_MEDIA_H_
|
|
|