commit | dc37460faef901b3b3ac93a349cdfbd7358c4e4a | [log] [tgz] |
---|---|---|
author | Antonio Gomes <tonikitoo@igalia.com> | Thu Oct 07 15:02:40 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Oct 07 15:02:40 2021 |
tree | cdd10c22c0e0bd82a3cc5b97ede645f0d94f9756 | |
parent | b854e35db6789bde801aa50439bf07d03cab0e2a [diff] |
Move ChromeShellDelegate::CreateBrowserForTabDrop() to ChromeNewWindowClient More specifically, the body of ChromeShellDelegate::CreateBrowserForTabDrop() will move to ChromeNewWindowClient::NewWindowForWebUITabDrop(). This allows the removal of one indirection in the call chain, and the deletion of the ShellDelegate::CreateBrowserForTabDrop() interface altogether. Unittests are also adapted accordingly. This is a follow up of [1], as per oshima@ remark. [1] https://crrev.com/c/3201331 BUG=1236708 R=oshima@chromium.org Change-Id: I0efe0369f4962be410d573213b0074093c530f30 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3208970 Commit-Queue: Antonio Gomes <tonikitoo@igalia.com> Reviewed-by: Mitsuru Oshima <oshima@chromium.org> Cr-Commit-Position: refs/heads/main@{#929197}
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.