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

Unified Diff: content/renderer/media/rtc_peer_connection_handler.h

Issue 2924563002: Make RTCPeerConnectionHandlerTest use the webrtc signaling thread. (Closed)
Patch Set: Created 3 years, 6 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 | content/renderer/media/rtc_peer_connection_handler_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/media/rtc_peer_connection_handler.h
diff --git a/content/renderer/media/rtc_peer_connection_handler.h b/content/renderer/media/rtc_peer_connection_handler.h
index dfa37cc4cbe423817472ab739f3b9006db170073..14cb474a49d52bcf1a1a5ca626b903d5efa891f2 100644
--- a/content/renderer/media/rtc_peer_connection_handler.h
+++ b/content/renderer/media/rtc_peer_connection_handler.h
@@ -231,8 +231,7 @@ class CONTENT_EXPORT RTCPeerConnectionHandler
const FirstSessionDescription& local,
const FirstSessionDescription& remote);
- // Virtual to allow mocks to override.
- virtual scoped_refptr<base::SingleThreadTaskRunner> signaling_thread() const;
+ scoped_refptr<base::SingleThreadTaskRunner> signaling_thread() const;
void RunSynchronousClosureOnSignalingThread(const base::Closure& closure,
const char* trace_event_name);
« no previous file with comments | « no previous file | content/renderer/media/rtc_peer_connection_handler_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698