Commit 45020da5 authored by Dominic Farolino's avatar Dominic Farolino Committed by Commit Bot

Fix comment in SequenceManager

R=gab@chromium.org

Bug: N/A
Change-Id: Ie4779514a78a37f5fdf55d17e713eea46138a8ff
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1892551Reviewed-by: default avatarAlexander Timin <altimin@chromium.org>
Commit-Queue: Dominic Farolino <dom@chromium.org>
Cr-Commit-Position: refs/heads/master@{#711587}
parent 3454c237
......@@ -154,7 +154,7 @@ class BASE_EXPORT SequenceManager {
GetTaskRunnerForCurrentTask() = 0;
// Finishes the initialization for a SequenceManager created via
// CreateUnboundSequenceManagerWithPump(). Must not be called in any other
// CreateUnboundSequenceManager(). Must not be called in any other
// circumstances. The ownership of the pump is transferred to SequenceManager.
virtual void BindToMessagePump(std::unique_ptr<MessagePump> message_pump) = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment