commit | eca2c82d86cb0a7d48eb761a6e7ae8a00f3022cd | [log] [tgz] |
---|---|---|
author | manukh <manukh@chromium.org> | Wed Mar 17 17:06:55 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Mar 17 17:06:55 2021 |
tree | f7dfc8214f2c7f805f6f4e7e95d0abeff8930a18 | |
parent | 60d8396e669c6abf99be7bcb5e92da14536df06b [diff] |
[memories] Move MemoriesFactory from //components to //chrome/browser . The memory service will need access to the history service in order to join the in-memory visits with the history tables as well as to persist the joint visits and resolved memories into a history table. With this CL, MemoriesFactory will get a HistoryService instance and pass it to the MemoriesService it constructs. In order to access the HistoryServiceFactory, MemoriesFactory is moved to //chrome/browser/history_clusters . Bug: 1184875, 1179068 Change-Id: Ide05df16e66353dca50f0f7a5d38bcbf0c2d6ff8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2757173 Commit-Queue: manuk hovanesian <manukh@chromium.org> Reviewed-by: Scott Violet <sky@chromium.org> Reviewed-by: Tommy Li <tommycli@chromium.org> Cr-Commit-Position: refs/heads/master@{#863818}
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.