MessageLoop: wire the unused static method in base::Thread (follow-up cleanup)
commit547a48bb006e275f1192c983a634e911c8c1edbd
authorkinuko <kinuko@chromium.org>
Tue, 30 Jun 2015 01:31:54 +0000 (29 18:31 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 30 Jun 2015 01:33:33 +0000 (30 01:33 +0000)
tree6303d672af62668ccb3beeae0d985728e6067552
parent1e105ec7eb416a84095d33eabda2cb05b242f7d0
MessageLoop: wire the unused static method in base::Thread (follow-up cleanup)

Actually use the private static method (CreateUnbound) in base::Thread.

I added the method in the last refactoring patch but forgot to use it;
I can either remove the static method or use it, I do the latter in this
patch as I thought leaving the private ctor of MessageLoop only for
delegated use-case cleaner.

BUG=465458
R=thakis@chromium.org

Review URL: https://codereview.chromium.org/1212193003

Cr-Commit-Position: refs/heads/master@{#336710}
base/message_loop/message_loop.h
base/threading/thread.cc