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

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

Issue 1875463002: Remove unused fields from //content. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@scythe-root
Patch Set: Reverting not really needed changes under //gpu. Created 4 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: content/renderer/media/media_stream_dispatcher_unittest.cc
diff --git a/content/renderer/media/media_stream_dispatcher_unittest.cc b/content/renderer/media/media_stream_dispatcher_unittest.cc
index fa9e80b0fb2fdf140dbb7115a32f19ac608762b9..295de9cbf9f538ab1819b57d9042cd5531d3031c 100644
--- a/content/renderer/media/media_stream_dispatcher_unittest.cc
+++ b/content/renderer/media/media_stream_dispatcher_unittest.cc
@@ -116,9 +116,7 @@ class MediaStreamDispatcherTest : public ::testing::Test {
MediaStreamDispatcherTest()
: dispatcher_(new MediaStreamDispatcherUnderTest()),
handler_(new MockMediaStreamDispatcherEventHandler),
- security_origin_("http://test.com"),
- request_id_(10) {
- }
+ security_origin_("http://test.com") {}
// Generates a request for a MediaStream and returns the request id that is
// used in IPC. Use this returned id in CompleteGenerateStream to identify
@@ -178,7 +176,6 @@ class MediaStreamDispatcherTest : public ::testing::Test {
std::unique_ptr<MediaStreamDispatcherUnderTest> dispatcher_;
std::unique_ptr<MockMediaStreamDispatcherEventHandler> handler_;
GURL security_origin_;
- int request_id_;
};
} // namespace
« no previous file with comments | « content/renderer/child_frame_compositing_helper.h ('k') | content/renderer/media/webaudio_capturer_source.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698