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

Unified Diff: media/base/test_helpers.cc

Issue 1235793005: Deprecate LogCB in favor of using MediaLog (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments and attempt to fix Android compilation Created 5 years, 5 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
« no previous file with comments | « media/base/test_helpers.h ('k') | media/blink/webmediaplayer_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/test_helpers.cc
diff --git a/media/base/test_helpers.cc b/media/base/test_helpers.cc
index 794e9717043b04db7ca8ca015a664c103fafdc3b..409eaaa7f6b3488344da3fadcd9b28fdceb5a28c 100644
--- a/media/base/test_helpers.cc
+++ b/media/base/test_helpers.cc
@@ -273,10 +273,4 @@ void CallbackPairChecker::RecordBCalled() {
expecting_b_ = false;
}
-void AddLogEntryForTest(MediaLog::MediaLogLevel level,
- const std::string& message) {
- DVLOG(1) << "Media log (" << MediaLog::MediaLogLevelToString(level)
- << "): " << message;
-}
-
} // namespace media
« no previous file with comments | « media/base/test_helpers.h ('k') | media/blink/webmediaplayer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698