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

Unified Diff: media/base/mock_media_log.h

Issue 2660003003: Add MediaError.message (Closed)
Patch Set: --flakiness by using std::map, update virtual/stable/[win,mac] global interface listing too Created 3 years, 8 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/mock_media_log.h
diff --git a/media/base/mock_media_log.h b/media/base/mock_media_log.h
index c992fc22315b8a5be198c80e6ecbe861bffdbbb6..754a4791e70d379bd1fe7f5289197597d055d68d 100644
--- a/media/base/mock_media_log.h
+++ b/media/base/mock_media_log.h
@@ -32,7 +32,7 @@ class MockMediaLog : public MediaLog {
// Also simplifies tests to be able to string match on the log string
// representation on the added event.
void AddEvent(std::unique_ptr<MediaLogEvent> event) override {
- DoAddEventLogString(MediaEventToLogString(*event));
+ DoAddEventLogString(MediaEventToLogString(*event, true));
}
protected:

Powered by Google App Engine
This is Rietveld 408576698