commit | dd8bf7b04a1c0c4f9b2c69ee6154daf7e6041f15 | [log] [tgz] |
---|---|---|
author | Carlos Caballero <[email protected]> | Tue Jul 30 14:14:15 2019 |
committer | Commit Bot <[email protected]> | Tue Jul 30 14:14:15 2019 |
tree | 5db17bb4d4f2e3b04eea434693dced7254f6de6b | |
parent | 9988d686e5d4ff3ee8c2e60f5c2907c04e9f898f [diff] |
Deprecate MessageLoop::Type It is currently just an alias to MessagePump::Type. This patch changes a bunch of references to use MessagePump::Type as MessageLoop will eventually disappear. Also rename base::Thread::Options::message_loop_type to message_pump_type It is weird to see things like message_loop_type = MessagePump::Type::UI Also change some other instances that I happened to see in the form loop_type = MessagePump::Type::UI to pump_type = MessagePump::Type::UI This is a mechanical change that will be reviewed according to https://chromium.googlesource.com/chromium/src/+/master/docs/code_reviews.md#mechanical-changes BUG=891670 [email protected] Change-Id: Ib41ccc6547b8c9fa0bdba5d23c4767ae03f2a97d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1718331 Commit-Queue: Carlos Caballero <[email protected]> Reviewed-by: Gabriel Charette <[email protected]> Cr-Commit-Position: refs/heads/master@{#682254}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .