Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(382)

Unified Diff: media/base/media.h

Issue 10837118: Dead code elimination: scythe.chrome_functions:segment.path %media% edition, round 1. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698