commit | d3915c23cba052d6d43502415f3fefc0b0034804 | [log] [tgz] |
---|---|---|
author | Joe Downing <joedow@google.com> | Wed Oct 18 17:14:16 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Oct 18 17:14:16 2023 |
tree | 2576c766345b9748b812779df87f9c859c0843a7 | |
parent | 7d5948b4bcbd324510f0689168ab477f58bed603 [diff] |
Simplify GetHostname() function for non-Windows platforms As part of this change, 'HeartbeatSender' will populate the FQDN for googler-owned hosts on all platforms (hence the unittest change). This doesn't change existing behavior since we don't use HeartbeatSender outside of Linux,Mac,Windows so making a platform distinction in the test seemed unnecessary. Change-Id: I28b843db9179c10d77aebec4b98d0313b918165e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4950364 Auto-Submit: Joe Downing <joedow@chromium.org> Commit-Queue: Jamie Walch <jamiewalch@chromium.org> Reviewed-by: Jamie Walch <jamiewalch@chromium.org> Cr-Commit-Position: refs/heads/main@{#1211584}
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.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.