commit | d19d0f0fed7546f9edddd3d338ff9d842d327e03 | [log] [tgz] |
---|---|---|
author | Helen Li <[email protected]> | Mon Oct 23 13:49:57 2017 |
committer | Commit Bot <[email protected]> | Mon Oct 23 13:49:57 2017 |
tree | 5e964896a7f56bc25b82f574205098a6dab81b67 | |
parent | bd609cd64ab5c11ba1bc7872a918fbd2eda22a38 [diff] |
Skip creating NetworkChangeNotifier if NetworkService is running in process net::NetworkChangeNotifier's constructor checks to see that it is the only instance in the process. If NetworkService is running in process (which happens for some browser tests), an NetworkChangeNotifier would have been created. If so, skip creating a second net::NetworkChangeNotifier in NetworkService. This CL disables the tests for OS_FUCHSIA which doesn't yet have a platform NetworkChangeNotifier implementation. Bug: 776599, 754709 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo Change-Id: Ia6fa294be7a6d1adb2119aa6d8743fa780216350 Reviewed-on: https://chromium-review.googlesource.com/731244 Commit-Queue: Helen Li <[email protected]> Reviewed-by: Matt Menke <[email protected]> Cr-Commit-Position: refs/heads/master@{#510781}
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 .