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

Unified Diff: content/renderer/media/media_recorder_handler_unittest.cc

Issue 1540303003: MediaRecorder: update to spec (3/3) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: reverted DEPS to master Created 4 years, 12 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 | « no previous file | third_party/WebKit/Source/modules/mediarecorder/MediaRecorder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/media/media_recorder_handler_unittest.cc
diff --git a/content/renderer/media/media_recorder_handler_unittest.cc b/content/renderer/media/media_recorder_handler_unittest.cc
index 44d1296ff664ea24d956f8c67d46a78079496456..35395de3b62fdf3e3c9baf492ee02a3a94844e56 100644
--- a/content/renderer/media/media_recorder_handler_unittest.cc
+++ b/content/renderer/media/media_recorder_handler_unittest.cc
@@ -77,9 +77,7 @@ class MediaRecorderHandlerTest : public TestWithParam<MediaRecorderTestParams>,
}
MOCK_METHOD3(writeData, void(const char*, size_t, bool));
- MOCK_METHOD1(failOutOfMemory, void(const WebString& message));
- MOCK_METHOD1(failIllegalStreamModification, void(const WebString& message));
- MOCK_METHOD1(failOtherRecordingError, void(const WebString& message));
+ MOCK_METHOD1(onError, void(const WebString& message));
bool recording() const { return media_recorder_handler_->recording_; }
bool hasVideoRecorders() const {
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/mediarecorder/MediaRecorder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698