commit | 8ac7303a067e5dfaaa9c933d88ba1b2854faff8f | [log] [tgz] |
---|---|---|
author | Bruce Dawson <brucedawson@chromium.org> | Wed Jun 23 19:26:13 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jun 23 19:26:13 2021 |
tree | 95cfc759bbda4299360f7dca572581d5f62bacba | |
parent | 1266c06dc24ca5fac0d8f25647620c369dd06bb3 [diff] |
Explicitly include windows.h in chrome/browser code In order to reduce windows.h usage in header files it is necessary to explicitly included it in .cc files when it is needed. These source files use Windows functions without including windows.h. This fixes that. Bug: 1222496 Change-Id: I2d4f9e3e3fba389bc8e1a8094223519832f5f0c7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2978736 Auto-Submit: Bruce Dawson <brucedawson@chromium.org> Commit-Queue: David Trainor <dtrainor@chromium.org> Reviewed-by: David Trainor <dtrainor@chromium.org> Cr-Commit-Position: refs/heads/master@{#895268}
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.