commit | fc6cb39fa3aec01a5b7a7506134eb7c73ee4374c | [log] [tgz] |
---|---|---|
author | Martin Kreichgauer <martinkr@google.com> | Fri Apr 22 19:24:54 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Apr 22 19:24:54 2022 |
tree | 5a62b01e561efaaf46c317eb80897d7df435a3b3 | |
parent | 91bed44fa37f5962c2b53683bc4f41419b244a0e [diff] |
forward switches::kWebAuthRemoteDesktopSupport to renderer CL:3499163 added a new Blink runtime feature, WebAuthenticationRemoteDesktopSupport, which was initialized from a switch, switches::kWebAuthRemoteDesktopSupport. But the switch needs to be added to PropagateBrowserCommandLineToRenderer() in order for that to actually work. With that fixed, the VirtualTestSuites definition for this feature doesn't need to enable feature separately from setting the switch. Bug: 1314480 Change-Id: I8ddcf91ecd2785942901cdb497bd04dd6e680987 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3581553 Reviewed-by: Arthur Sonzogni <arthursonzogni@chromium.org> Reviewed-by: Philip Rogers <pdr@chromium.org> Reviewed-by: Alexander Alekseev <alemate@chromium.org> Commit-Queue: Martin Kreichgauer <martinkr@google.com> Cr-Commit-Position: refs/heads/main@{#995311}
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.