commit | 7054a0a7e9a1120d008f99e3db9a5f8b3ee8181c | [log] [tgz] |
---|---|---|
author | James Lee <ljjlee@google.com> | Tue Sep 20 22:16:47 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Sep 20 22:16:47 2022 |
tree | cf99cf7765d2e4dd52558a6a02c1aae25c04ad10 | |
parent | e35a6fa518d2c40fd413a04b75fe6fc241911c50 [diff] |
Remove unnessary query parameter from interstitial page This query parameter is defaulted in the implementation [1], so I'm removing it to give a less cluttered (and easier to type) URL when navigating to this interstitial. [1] https://source.chromium.org/chromium/chromium/src/+/main:chrome/browser/ui/webui/interstitials/interstitial_ui.cc;l=536;drc=cb462785858a3e9b8c36c1e79791f384ecffe9a4 Bug: b:243916175 Change-Id: I03bc61c31118ff264f0555f2f3a52ea62125c9be Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3904228 Auto-Submit: James Lee <ljjlee@google.com> Commit-Queue: Denis Kuznetsov <antrim@chromium.org> Reviewed-by: Denis Kuznetsov <antrim@chromium.org> Cr-Commit-Position: refs/heads/main@{#1049365}
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.