| commit | 03e38e60e50e41faaa7668fa380551a327fef30a | [log] [tgz] |
|---|---|---|
| author | sophiewen <sophiewen@chromium.org> | Fri Dec 15 22:56:33 2023 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Dec 15 22:56:33 2023 |
| tree | d043284751a311aa7c8248374bac9ba1823ed2fb | |
| parent | 739219f9f053dc869ccb6095b6757ec019f6980f [diff] |
splitview: Remove `split_view_type_` This removes the unnecessary member variable `split_view_type_` from SplitViewController. We should check `display::Screen::GetScreen() ->InTabletMode()` for the source of truth instead. Fixed: b/315990662 Change-Id: I8d082310196372b08ace809eb762e20b596ceeac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5125835 Reviewed-by: Sammie Quon <sammiequon@chromium.org> Commit-Queue: Sophie Wen <sophiewen@chromium.org> Cr-Commit-Position: refs/heads/main@{#1238302}
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.