commit | acbf3d8c63d56d0c97a013b0ee6eb389c4f5db03 | [log] [tgz] |
---|---|---|
author | Ken Rockot <rockot@google.com> | Thu Jun 13 23:10:27 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Jun 13 23:10:27 2019 |
tree | ec381f41998f269c86bd0ad1494508daee29833d | |
parent | 9fcfaa7623fb97f2f77702f406ebf4ca1d69ecf8 [diff] |
Remove BrowserMainParts::ServiceManagerConnectionStarted This is no longer necessary since the Service Manager is initialized before browser threads are even created. None of the implementations of this override needed the ServiceManagerConnection specifically, but only its Connector. Additionally, with recent changes to Service Manager initialization the PostCreateThreads() method is effectively equivalent in timing to what ServiceManagerConnectionStarted was. As such all prior implementations of ServiceManagerConnectionStarted have been moved into a PostCreateThreads override, and references to the connection argument have been replaced with GetSystemConnector(). Bug: 904240 Change-Id: I70a445f5dcf9d16df654b95d971672f8c611e108 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1652798 Commit-Queue: Ken Rockot <rockot@google.com> Reviewed-by: Lei Zhang <thestig@chromium.org> Reviewed-by: John Abd-El-Malek <jam@chromium.org> Reviewed-by: Erik Chen <erikchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#669025}
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 .