| commit | 0e8967c3409c104c954b51ae63271f83dcf8ef11 | [log] [tgz] |
|---|---|---|
| author | Camillia Smith Barnes <cammie@chromium.org> | Fri May 02 18:59:36 2025 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri May 02 18:59:36 2025 |
| tree | 30a5ed1a554a9f26e0ef2f3d904a023afe533e05 | |
| parent | 6e4dba9ae8e4c6a185887908f630952488ab8aff [diff] |
Shared Storage: Directly implement SharedStorageObserverInterface This CL updates content::protocol::StorageHandler to directly implement SharedStorageObserverInterface instead of creating a separate member observer. (The latter was previously done due to multiple inheritance). Bug: 401011862 Change-Id: Ib0970e74464f0d061729d0f6eb1d488486ece2b9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6507106 Reviewed-by: Andrey Kosyakov <caseq@chromium.org> Commit-Queue: Cammie Smith Barnes <cammie@chromium.org> Cr-Commit-Position: refs/heads/main@{#1455120}
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.