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

Unified Diff: webrtc/test/direct_transport.h

Issue 3012483002: Make DirectTransport::task_queue_ const (Closed)
Patch Set: Created 3 years, 4 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/test/direct_transport.h
diff --git a/webrtc/test/direct_transport.h b/webrtc/test/direct_transport.h
index eee94bec1b93d791efa8c4ddfcdc624c8e220d61..11b086dfad1164f718c55d51655cdbd64bb53420 100644
--- a/webrtc/test/direct_transport.h
+++ b/webrtc/test/direct_transport.h
@@ -68,9 +68,7 @@ class DirectTransport : public Transport {
Call* const send_call_;
Clock* const clock_;
- // TODO(eladalon): Make |task_queue_| const.
- // https://bugs.chromium.org/p/webrtc/issues/detail?id=8125
- SingleThreadedTaskQueueForTesting* task_queue_;
+ SingleThreadedTaskQueueForTesting* const task_queue_;
SingleThreadedTaskQueueForTesting::TaskId next_scheduled_task_
GUARDED_BY(&sequence_checker_);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698