commit | 5bc8841a12af7169cfa68997bcf2793e5dffda3a | [log] [tgz] |
---|---|---|
author | Gabriel Charette <[email protected]> | Wed May 16 03:28:25 2018 |
committer | Commit Bot <[email protected]> | Wed May 16 03:28:25 2018 |
tree | 05a633caaa50394be6b793ee12fc57cf28a5c7b4 | |
parent | a5c0c49085979fddbfc0e7e37c486fcc5bb65cda [diff] |
[MessageLoopCurrent] Move QuitWhenIdleClosure to RunLoop I was about to migrate MessageLoop::QuitWhenIdleClosure() to MessageLoopCurrent::QuitWhenIdleClosure() but figured this should really just be alongside similar deprecated methods moved to RunLoop last year. This CL is a contract that I'll TBR mass migrate calls to MessageLoop::QuitWhenIdleClosure() to it after this lands (and fix includes where relevant). [email protected], [email protected] Bug: 825327 Change-Id: I3a544a3735427dfac5e57c4e266be9901fbb67ec Reviewed-on: https://chromium-review.googlesource.com/1055808 Reviewed-by: kylechar <[email protected]> Reviewed-by: danakj <[email protected]> Commit-Queue: Gabriel Charette <[email protected]> Cr-Commit-Position: refs/heads/master@{#558956}
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 .