Skip to content

Commit

Permalink
Remove dangling process launcher thread reference.
Browse files Browse the repository at this point in the history
This thread was recently removed, and is no longer used.

BUG=815225

Change-Id: I11e14933e9f30791be835034f59296bdbbedb708
Reviewed-on: https://chromium-review.googlesource.com/963597
Reviewed-by: John Abd-El-Malek <jam@chromium.org>
Commit-Queue: Chris Hamilton <chrisha@chromium.org>
Cr-Commit-Position: refs/heads/master@{#543708}
  • Loading branch information
chhamilton authored and Commit Bot committed Mar 16, 2018
1 parent 5a512a5 commit c4bbd51
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion content/public/test/test_browser_thread_bundle.h
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ class TestBrowserThreadBundle {

std::unique_ptr<base::test::ScopedTaskEnvironment> scoped_task_environment_;
std::unique_ptr<TestBrowserThread> ui_thread_;
std::unique_ptr<TestBrowserThread> process_launcher_thread_;
std::unique_ptr<TestBrowserThread> io_thread_;

int options_;
Expand Down

0 comments on commit c4bbd51

Please sign in to comment.