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

Unified Diff: media/base/media_android.cc

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_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

Powered by Google App Engine
This is Rietveld 408576698