Index: media/base/media_android.cc |
diff --git a/media/base/media_android.cc b/media/base/media_android.cc |
index 17f80dc814430d5afeaf913848885258aa710db4..fcfa90a57435ed1b12e03dbb4282f0eae2f04e96 100644 |
--- a/media/base/media_android.cc |
+++ b/media/base/media_android.cc |
@@ -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. |
@@ -18,9 +18,4 @@ bool IsMediaLibraryInitialized() { |
return true; |
} |
-bool InitializeOpenMaxLibrary(const FilePath& module_dir) { |
- NOTIMPLEMENTED(); |
- return false; |
-} |
- |
} // namespace media |